Class EditMode
Defines the types of editing in RadTimeSpanPicker.
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
EditMode
|
None
User cannot edit the value via UI. ReadOnly mode.
Declaration
public const EditMode None
Field Value
EditMode
|
TextAndDropDown
Both dropdown and textbox are used for editing the value.
Declaration
public const EditMode TextAndDropDown
Field Value
EditMode
|
TextOnly
Restricted editing in editable sections determined by the FormatString property. Components Popup is not visible.
Declaration
public const EditMode TextOnly
Field Value
EditMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|