New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a picker control that allows users to select a TimeSpan value.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class RadTimeSpanPicker : RadMultiSpinnerPickerBase, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewPickerContentViewRadPickerBaseRadMultiSpinnerPickerBaseRadTimeSpanPicker...

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView...

Inherited Members RadMultiSpinnerPickerBase.SpinnerStylePropertyRadMultiSpinnerPickerBase.SpinnerFormatPropertyRadMultiSpinnerPickerBase.AreSpinnerHeadersVisiblePropertyRadMultiSpinnerPickerBase.SpinnerHeaderStylePropertyRadMultiSpinnerPickerBase.SpinnerSeparatorStylePropertyRadMultiSpinnerPickerBase.SpinnerHeaderSeparatorStylePropertyRadMultiSpinnerPickerBase.SelectionHighlightStylePropertyRadMultiSpinnerPickerBase.ActualSelectionHighlightStylePropertyRadMultiSpinnerPickerBase.ActualSpinnerStylePropertyRadMultiSpinnerPickerBase.ActualSpinnerHeaderStylePropertyRadMultiSpinnerPickerBase.ActualSpinnerSeparatorStylePropertyRadMultiSpinnerPickerBase.ActualSpinnerHeaderSeparatorStylePropertyRadMultiSpinnerPickerBase.SpinnerStyleRadMultiSpinnerPickerBase.SpinnerFormatRadMultiSpinnerPickerBase.AreSpinnerHeadersVisibleRadMultiSpinnerPickerBase.SpinnerHeaderStyleRadMultiSpinnerPickerBase.SpinnerSeparatorStyleRadMultiSpinnerPickerBase.SpinnerHeaderSeparatorStyleRadMultiSpinnerPickerBase.SelectionHighlightStyleRadMultiSpinnerPickerBase.ActualSelectionHighlightStyleRadMultiSpinnerPickerBase.ActualSpinnerStyleRadMultiSpinnerPickerBase.ActualSpinnerHeaderStyleRadMultiSpinnerPickerBase.ActualSpinnerSeparatorStyleRadMultiSpinnerPickerBase.ActualSpinnerHeaderSeparatorStyleRadPickerBase.IsPlaceholderVisiblePropertyRadPickerBase.DisplayStringPropertyRadPickerBase.DisplayStringFormatPropertyRadPickerBase.DisplayLabelStylePropertyRadPickerBase.ActualDisplayLabelStylePropertyRadPickerBase.DisplayTemplatePropertyRadPickerBase.PlaceholderPropertyRadPickerBase.PlaceholderLabelStylePropertyRadPickerBase.ActualPlaceholderLabelStylePropertyRadPickerBase.PlaceholderTemplatePropertyRadPickerBase.IsClearButtonVisiblePropertyRadPickerBase.ClearButtonStylePropertyRadPickerBase.ActualClearButtonStylePropertyRadPickerBase.IsToggleButtonVisiblePropertyRadPickerBase.ToggleButtonStylePropertyRadPickerBase.ActualToggleButtonStylePropertyRadPickerBase.PickerModePropertyRadPickerBase.PopupSettingsPropertyRadPickerBase.BorderBrushPropertyRadPickerBase.IsOpenPropertyRadPickerBase.DropDownSettingsPropertyRadPickerBase.ClearSelection()RadPickerBase.OnPropertyChanged(string)RadPickerBase.OnHandlerChanged()RadPickerBase.IsPlaceholderVisibleRadPickerBase.DisplayStringRadPickerBase.DisplayLabelStyleRadPickerBase.IsClearButtonVisibleRadPickerBase.ClearButtonStyleRadPickerBase.IsToggleButtonVisibleRadPickerBase.ToggleButtonStyleRadPickerBase.ActualDisplayLabelStyleRadPickerBase.DisplayTemplateRadPickerBase.DisplayStringFormatRadPickerBase.PlaceholderRadPickerBase.PlaceholderLabelStyleRadPickerBase.ActualPlaceholderLabelStyleRadPickerBase.PlaceholderTemplateRadPickerBase.ActualClearButtonStyleRadPickerBase.ActualToggleButtonStyleRadPickerBase.PickerModeRadPickerBase.PopupSettingsRadPickerBase.DropDownSettingsRadPickerBase.BorderBrushRadPickerBase.IsOpenRadPickerBase.ToggleCommandRadPickerBase.ClearCommandRadPickerBase.SelectionChangedPickerContentView.BackgroundColorPropertyPickerContentView.BorderColorPropertyPickerContentView.BorderThicknessPropertyPickerContentView.CornerRadiusPropertyPickerContentView.BackgroundColorPickerContentView.BorderColorPickerContentView.BorderThicknessPickerContentView.CornerRadiusRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnBindingContextChanged()...

Constructors

C#
public RadTimeSpanPicker()

Fields

DayStepProperty

BindableProperty

Identifies the DayStep property.

C#
public static readonly BindableProperty DayStepProperty

Identifies the DefaultHighlightedTime property.

C#
public static readonly BindableProperty DefaultHighlightedTimeProperty

HourStepProperty

BindableProperty

Identifies the HourStep property.

C#
public static readonly BindableProperty HourStepProperty

MaximumTimeProperty

BindableProperty

Identifies the MaximumTime property.

C#
public static readonly BindableProperty MaximumTimeProperty

MinimumTimeProperty

BindableProperty

Identifies the MinimumTime property.

C#
public static readonly BindableProperty MinimumTimeProperty

MinuteStepProperty

BindableProperty

Identifies the MinuteStep property.

C#
public static readonly BindableProperty MinuteStepProperty

SecondStepProperty

BindableProperty

Identifies the SecondStep property.

C#
public static readonly BindableProperty SecondStepProperty

TimeProperty

BindableProperty

Identifies the Time property.

C#
public static readonly BindableProperty TimeProperty

Properties

Gets or sets the increment step of the day time component.

C#
public int DayStep { get; set; }

Gets or sets TimeSpan which will be visualized when there is no selection.

C#
public TimeSpan DefaultHighlightedTime { get; set; }

Gets or sets the increment step of the hour time component.

C#
public int HourStep { get; set; }

Gets or sets the upper limit of the available selection range.

C#
public TimeSpan MaximumTime { get; set; }

Gets or sets the lower limit of the available selection range.

C#
public TimeSpan MinimumTime { get; set; }

Gets or sets the increment step of the minute time component.

C#
public int MinuteStep { get; set; }

Gets or sets the increment step of the second time component.

C#
public int SecondStep { get; set; }

Gets or sets the current selection.

C#
public TimeSpan? Time { get; set; }