Class AutoGeneratePropertyDefinitionsMode
Represents the different RadPropertyGrid AutoGeneratePropertyDefinitions modes.
Inheritance
System.Object
AutoGeneratePropertyDefinitionsMode
Namespace: Telerik.Windows.Controls.Data.PropertyGrid
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public sealed class AutoGeneratePropertyDefinitionsMode : Enum
Fields
AllLevels
PropertyDefinitions will be generated recursively for all nested properties.
Declaration
public const AutoGeneratePropertyDefinitionsMode AllLevels
Field Value
FirstLevel
PropertyDefinitions will be generated only for the first level properties.
Declaration
public const AutoGeneratePropertyDefinitionsMode FirstLevel
Field Value
value__
Declaration
public int value__
Field Value
System.
|