Class Inspector.Options

GoDiagram®
v10.0.8
by Northwoods Software®

An object describing options for this Inspector.

Inheritance
Inspector.Options
Namespace: Northwoods.Go.Extensions
Assembly: DataInspectorWinForms.dll
Syntax
public class Inspector.Options

Properties

IncludesOwnProperties

Declaration
public bool IncludesOwnProperties { get; set; }
Property Value
Type Description
bool

InspectSelection

Declaration
public bool InspectSelection { get; set; }
Property Value
Type Description
bool

Properties

Declaration
public Dictionary<string, Inspector.PropertyOptions> Properties { get; set; }
Property Value
Type Description
Dictionary<string, Inspector.PropertyOptions>

PropertyModified

Declaration
public Action<string, object, Inspector> PropertyModified { get; set; }
Property Value
Type Description
Action<string, object, Inspector>