RadTimeSpanPicker
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
public RadTimeSpanPicker()
Fields
DayStepProperty
BindableProperty
Identifies the DayStep property.
public static readonly BindableProperty DayStepProperty
DefaultHighlightedTimeProperty
BindableProperty
Identifies the DefaultHighlightedTime property.
public static readonly BindableProperty DefaultHighlightedTimeProperty
HourStepProperty
BindableProperty
Identifies the HourStep property.
public static readonly BindableProperty HourStepProperty
MaximumTimeProperty
BindableProperty
Identifies the MaximumTime property.
public static readonly BindableProperty MaximumTimeProperty
MinimumTimeProperty
BindableProperty
Identifies the MinimumTime property.
public static readonly BindableProperty MinimumTimeProperty
MinuteStepProperty
BindableProperty
Identifies the MinuteStep property.
public static readonly BindableProperty MinuteStepProperty
SecondStepProperty
BindableProperty
Identifies the SecondStep property.
public static readonly BindableProperty SecondStepProperty
TimeProperty
BindableProperty
Identifies the Time property.
public static readonly BindableProperty TimeProperty
Properties
Gets or sets the increment step of the day time component.
public int DayStep { get; set; }
Gets or sets TimeSpan which will be visualized when there is no selection.
public TimeSpan DefaultHighlightedTime { get; set; }
Gets or sets the increment step of the hour time component.
public int HourStep { get; set; }
Gets or sets the upper limit of the available selection range.
public TimeSpan MaximumTime { get; set; }
Gets or sets the lower limit of the available selection range.
public TimeSpan MinimumTime { get; set; }
Gets or sets the increment step of the minute time component.
public int MinuteStep { get; set; }
Gets or sets the increment step of the second time component.
public int SecondStep { get; set; }