ClassRadTimeSpanPicker
Represents a picker control that allows users to select a TimeSpan value.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class RadTimeSpanPicker : RadMultiSpinnerPickerBase, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewPickerContentViewRadPickerBaseRadMultiSpinnerPickerBaseRadTimeSpanPicker
Implements:
Inherited Members
Constructors
RadTimeSpanPicker()
Declaration
public RadTimeSpanPicker()
Fields
DayStepProperty
Identifies the DayStep property.
Declaration
public static readonly BindableProperty DayStepProperty
Field Value
BindableProperty
DefaultHighlightedTimeProperty
Identifies the DefaultHighlightedTime property.
Declaration
public static readonly BindableProperty DefaultHighlightedTimeProperty
Field Value
BindableProperty
HourStepProperty
Identifies the HourStep property.
Declaration
public static readonly BindableProperty HourStepProperty
Field Value
BindableProperty
MaximumTimeProperty
Identifies the MaximumTime property.
Declaration
public static readonly BindableProperty MaximumTimeProperty
Field Value
BindableProperty
MinimumTimeProperty
Identifies the MinimumTime property.
Declaration
public static readonly BindableProperty MinimumTimeProperty
Field Value
BindableProperty
MinuteStepProperty
Identifies the MinuteStep property.
Declaration
public static readonly BindableProperty MinuteStepProperty
Field Value
BindableProperty
SecondStepProperty
Identifies the SecondStep property.
Declaration
public static readonly BindableProperty SecondStepProperty
Field Value
BindableProperty
TimeProperty
Identifies the Time property.
Declaration
public static readonly BindableProperty TimeProperty
Field Value
BindableProperty
Properties
DayStep
Gets or sets the increment step of the day time component.
DefaultHighlightedTime
Gets or sets TimeSpan which will be visualized when there is no selection.
Declaration
public TimeSpan DefaultHighlightedTime { get; set; }
Property Value
HourStep
Gets or sets the increment step of the hour time component.
MaximumTime
Gets or sets the upper limit of the available selection range.
MinimumTime
Gets or sets the lower limit of the available selection range.
MinuteStep
Gets or sets the increment step of the minute time component.
SecondStep
Gets or sets the increment step of the second time component.