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