Class Inspector.Options
An object describing options for this Inspector.
Namespace: Northwoods.Go.Extensions
Assembly: DataInspectorAvalonia.dll
Syntax
public class Inspector.Options
Properties
IncludesOwnProperties
Declaration
public bool IncludesOwnProperties { get; set; }
Property Value
Type | Description |
---|---|
bool |
InspectSelection
See InspectSelection.
Declaration
public bool InspectSelection { get; set; }
Property Value
Type | Description |
---|---|
bool |
Properties
See Properties.
Declaration
public Dictionary<string, Inspector.PropertyOptions> Properties { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, Inspector.PropertyOptions> |
PropertyModified
See PropertyModified.
Declaration
public Action<string, object, Inspector> PropertyModified { get; set; }
Property Value
Type | Description |
---|---|
Action<string, object, Inspector> |