Enum EditMode
Defines the types of editing in RadTimeSpanPicker.
Namespace: Telerik.Windows.Controls.TimeSpanPicker
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public enum EditMode
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.
TextOnly
Restricted editing in editable sections determined by the FormatString property. Components Popup is not visible.