Class Inspector.Options
- Namespace
- Northwoods.Go.Extensions
- Assembly
- DataInspectorWinForms.dll
An object describing options for this Inspector.
public class Inspector.Options
- Inheritance
-
Inspector.Options
- Inherited Members
Properties
IncludesOwnProperties
public bool IncludesOwnProperties { get; set; }
Property Value
InspectSelection
See InspectSelection.
public bool InspectSelection { get; set; }
Property Value
Properties
See Properties.
public Dictionary<string, Inspector.PropertyOptions> Properties { get; set; }
Property Value
PropertyModified
See PropertyModified.
public Action<string, object, Inspector> PropertyModified { get; set; }