Class PropertyGridEditMode
Represents the different edit modes of RadPropertyGrid.
Inheritance
System.Object
PropertyGridEditMode
Namespace: Telerik.Windows.Controls.Data.PropertyGrid
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public sealed class PropertyGridEditMode : Enum
Fields
Default
All of the properties can be edited.
Declaration
public const PropertyGridEditMode Default
Field Value
PropertyGridEditMode
|
Single
Only one property can be edited at a time.
Declaration
public const PropertyGridEditMode Single
Field Value
PropertyGridEditMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|