RadDataFormMode
Enum
Specifies the current mode of RadDataForm.
Definition
Namespace:Telerik.Windows.Controls.Data.DataForm
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
C#
public enum RadDataFormMode
Fields
The mode when adding new item.
C#
AddNew = 0
The mode when editing the current item.
C#
Edit = 1
The mode when the current item is readonly.
C#
ReadOnly = 2