Class EditSectionType
Defines the types of EditSection in the editable textbox.
Inheritance
System.Object
EditSectionType
Namespace: Telerik.Windows.Controls.TimeSpanPicker
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public sealed class EditSectionType : Enum
Fields
AllSections
All available sections are edited.
Declaration
public const EditSectionType AllSections
Field Value
EditSectionType
|
Characters
Days
Hours
Milliseconds
Milliseconds section.
Declaration
public const EditSectionType Milliseconds
Field Value
EditSectionType
|
Minutes
Seconds
value__
Declaration
public int value__
Field Value
System.Int32
|