EnumEditMode
Enum
Defines the types of editing in RadTimeSpanPicker.
Definition
Namespace:Telerik.Windows.Controls.TimeSpanPicker
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
cs-api-definition
public enum EditMode
Fields
DropDownOnly
Only the components in the dropdown are used for editing the value.
None
User cannot edit the value via UI. ReadOnly mode.
TextAndDropDown
Both dropdown and textbox are used for editing the value.