New to Telerik UI for WPFStart a free 30-day trial

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

User cannot edit the value via UI. ReadOnly mode.

C#
None = 0

Both dropdown and textbox are used for editing the value.

C#
TextAndDropDown = 3

Restricted editing in editable sections determined by the FormatString property. Components Popup is not visible.

C#
TextOnly = 1