Class PropertyGridMode
Specifies RadPropertyGrid's mode states.
Inheritance
System.Object
PropertyGridMode
Namespace: Telerik.Windows.Controls.Data.PropertyGrid
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public sealed class PropertyGridMode : Enum
Fields
FlatMode
RadPropertyGrid is in flat mode.
Declaration
public const PropertyGridMode FlatMode
Field Value
PropertyGridMode
|
NestedPropertiesMode
RadPropertyGrid is in nested properties mode.
Declaration
public const PropertyGridMode NestedPropertiesMode
Field Value
PropertyGridMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|