Represents the different edit modes of RadPropertyGrid.
Definition
Namespace:Telerik.Windows.Controls.Data.PropertyGrid
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
C#
public enum PropertyGridEditMode
Fields
All of the properties can be edited.
C#
Default = 1
Only one property can be edited at a time.
C#
Single = 0