Class EditSection
Defines an editable section (part) of the text in the RadTimeSpanPicker control.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.TimeSpanPicker
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class EditSection
Constructors
EditSection()
Declaration
public EditSection()
Properties
Length
The length of this section.
Declaration
public int Length { get; }
Property Value
System.Int32
|
MaskPart
The part of the string format this section operates in.
Declaration
public string MaskPart { get; }
Property Value
System.String
|
Maximum
The maximum editable value of this section.
Declaration
public decimal Maximum { get; }
Property Value
System.Decimal
|
Minimum
The minimum editable value of this section.
Declaration
public decimal Minimum { get; }
Property Value
System.Decimal
|
Offset
Offset of this section from the left.
Declaration
public int Offset { get; }
Property Value
System.Int32
|
ReadOnly
Determines whether this section is read only.
Declaration
public bool ReadOnly { get; }
Property Value
System.Boolean
|
Step
The spin / increase / decrease step of this section.
Declaration
public decimal Step { get; }
Property Value
System.Decimal
|
TrimZeros
Determines whether this section trims the zeros.
Declaration
public bool TrimZeros { get; }
Property Value
System.Boolean
|
Type
The type of the section.
Declaration
public EditSectionType Type { get; }
Property Value
EditSectionType
|
Value
The value of the section.
Declaration
public decimal Value { get; }
Property Value
System.Decimal
|