TimeSpanEditMode
Enum
This mode indicates how the users will edit the TimeSpan value.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum TimeSpanEditMode
Fields
The value is modified both in masked edit box and pop-up.
C#
Combined = 2
The value will be edited in masked edit box.
C#
Mask = 0
The value will be edited only in pop-up.
C#
Popup = 1