New to Telerik UI for WPFStart a free 30-day trial

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 length of this section.

C#
public int Length { get; }

The part of the string format this section operates in.

C#
public string MaskPart { get; }

The maximum editable value of this section.

C#
public decimal Maximum { get; }

The minimum editable value of this section.

C#
public decimal Minimum { get; }

Offset of this section from the left.

C#
public int Offset { get; }

Determines whether this section is read only.

C#
public bool ReadOnly { get; }

The spin / increase / decrease step of this section.

C#
public decimal Step { get; }

Determines whether this section trims the zeros.

C#
public bool TrimZeros { get; }

The type of the section.

C#
public EditSectionType Type { get; }

The value of the section.

C#
public decimal Value { get; }