Table of Contents

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

bool

InspectSelection

public bool InspectSelection { get; set; }

Property Value

bool

Properties

public Dictionary<string, Inspector.PropertyOptions> Properties { get; set; }

Property Value

Dictionary<string, Inspector.PropertyOptions>

PropertyModified

public Action<string, object, Inspector> PropertyModified { get; set; }

Property Value

Action<string, object, Inspector>