Class EditMode
Defines the types of editing in Rad
Inheritance
Namespace: Telerik.Windows.Controls.TimeSpanPicker
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public sealed class EditMode : Enum
Fields
DropDownOnly
Only the components in the dropdown are used for editing the value.
Declaration
public const EditMode DropDownOnly
Field Value
None
User cannot edit the value via UI. ReadOnly mode.
Declaration
public const EditMode None
Field Value
TextAndDropDown
Both dropdown and textbox are used for editing the value.
Declaration
public const EditMode TextAndDropDown
Field Value
TextOnly
Restricted editing in editable sections determined by the FormatString property. Components Popup is not visible.
Declaration
public const EditMode TextOnly
Field Value
value__
Declaration
public int value__
Field Value
System.
|