EditMode
Enum
Defines the types of editing in RadTimeSpanPicker.
Definition
Namespace:Telerik.Windows.Controls.TimeSpanPicker
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
C#
public enum EditMode
Fields
Only the components in the dropdown are used for editing the value.
C#
DropDownOnly = 2
Both dropdown and textbox are used for editing the value.
C#
TextAndDropDown = 3