EditorStyle
Enum
Specifies the style of the editor defined through Telerik.Windows.Controls.PropertyGrid.EditorAttribute.
Definition
Namespace:Telerik.Windows.Controls.Data.PropertyGrid
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
C#
public enum EditorStyle
Fields
A drop down button which content is the custom editor is displayed.
C#
DropDown = 2
A button that shows a modal dialog window with the custom editor inside is displayed.
C#
Modal = 1
No special user interface element is used.
C#
None = 0