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
Modal
A button that shows a modal dialog window with the custom editor inside is displayed.
Declaration
public const EditorStyle Modal
Field Value
None
No special user interface element is used.
Declaration
public const EditorStyle None
Field Value
value__
Declaration
public int value__
Field Value
System.
|