Class PropertyGridLayoutStates
An enumeration that describes the different layout states of RadPropertyGrid.
Inheritance
Namespace: Telerik.Windows.Controls.Data.PropertyGrid
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public sealed class PropertyGridLayoutStates : Enum
Fields
Flat
A layout state that describes flat layout.
Declaration
public const PropertyGridLayoutStates Flat
Field Value
PropertyGridLayoutStates
|
FlatRendering
A layout state that describes flat rendering layout.
Declaration
public const PropertyGridLayoutStates FlatRendering
Field Value
PropertyGridLayoutStates
|
FlatVirtualized
A layout state that describes flat virtualized layout.
Declaration
public const PropertyGridLayoutStates FlatVirtualized
Field Value
PropertyGridLayoutStates
|
Grouped
A layout state that describes grouped layout.
Declaration
public const PropertyGridLayoutStates Grouped
Field Value
PropertyGridLayoutStates
|
value__
Declaration
public int value__
Field Value
System.Int32
|