Class EditorStyle
Specifies the style of the editor defined through Telerik.Windows.Controls.PropertyGrid.EditorAttribute.
Inheritance
Namespace: Telerik.Windows.Controls.Data.PropertyGrid
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public sealed class EditorStyle : Enum
Fields
DropDown
A drop down button which content is the custom editor is displayed.
Declaration
public const EditorStyle DropDown
Field Value
EditorStyle
|
Modal
A button that shows a modal dialog window with the custom editor inside is displayed.
Declaration
public const EditorStyle Modal
Field Value
EditorStyle
|
None
No special user interface element is used.
Declaration
public const EditorStyle None
Field Value
EditorStyle
|
value__
Declaration
public int value__
Field Value
System.Int32
|