Class RadDataFormMode
Specifies the current mode of RadDataForm.
Inheritance
System.Object
RadDataFormMode
Namespace: Telerik.Windows.Controls.Data.DataForm
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public sealed class RadDataFormMode : Enum
Fields
AddNew
The mode when adding new item.
Declaration
public const RadDataFormMode AddNew
Field Value
Edit
The mode when editing the current item.
Declaration
public const RadDataFormMode Edit
Field Value
ReadOnly
The mode when the current item is readonly.
Declaration
public const RadDataFormMode ReadOnly
Field Value
value__
Declaration
public int value__
Field Value
System.
|