Class
EditSection

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:

cs-api-definition
public class EditSection

Inheritance: objectEditSection

Constructors

EditSection()

Declaration

cs-api-definition
public EditSection()

Properties

Length

The length of this section.

Declaration

cs-api-definition
public int Length { get; }

Property Value

int

MaskPart

The part of the string format this section operates in.

Declaration

cs-api-definition
public string MaskPart { get; }

Property Value

string

Maximum

The maximum editable value of this section.

Declaration

cs-api-definition
public decimal Maximum { get; }

Property Value

decimal

Minimum

The minimum editable value of this section.

Declaration

cs-api-definition
public decimal Minimum { get; }

Property Value

decimal

Offset

Offset of this section from the left.

Declaration

cs-api-definition
public int Offset { get; }

Property Value

int

ReadOnly

Determines whether this section is read only.

Declaration

cs-api-definition
public bool ReadOnly { get; }

Property Value

bool

Step

The spin / increase / decrease step of this section.

Declaration

cs-api-definition
public decimal Step { get; }

Property Value

decimal

TrimZeros

Determines whether this section trims the zeros.

Declaration

cs-api-definition
public bool TrimZeros { get; }

Property Value

bool

Type

The type of the section.

Declaration

cs-api-definition
public EditSectionType Type { get; }

Property Value

EditSectionType

Value

The value of the section.

Declaration

cs-api-definition
public decimal Value { get; }

Property Value

decimal