EditSection
Class
Defines an editable section (part) of the text in the RadTimeSpanPicker control.
Definition
Namespace:Telerik.Windows.Controls.TimeSpanPicker
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
C#
public class EditSection
Inheritance: objectEditSection
Constructors
C#
public EditSection()
Properties
The part of the string format this section operates in.
C#
public string MaskPart { get; }
The type of the section.
C#
public EditSectionType Type { get; }