Represents a time span picker in the RadDataForm. The actual editor control used is RadTimeSpanPicker.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class DataFormRadTimeSpanPickerEditor : DataFormRadPickerEditor, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IView, IElement, ITransform
Inheritance: objectRadContentViewDataFormContentViewDataFormItemDataFormEditorDataFormRadPickerEditorDataFormRadTimeSpanPickerEditor...
Implements:
Inherited Members
Constructors
public DataFormRadTimeSpanPickerEditor()
Fields
FallbackTimeProperty
BindableProperty
Identifies the FallbackTime property.
public static readonly BindableProperty FallbackTimeProperty
HoursStepProperty
BindableProperty
Identifies the HoursStep property.
public static readonly BindableProperty HoursStepProperty
MaximumTimeProperty
BindableProperty
Identifies the MaximumTime property.
public static readonly BindableProperty MaximumTimeProperty
MinimumTimeProperty
BindableProperty
Identifies the MinimumTime property.
public static readonly BindableProperty MinimumTimeProperty
MinutesStepProperty
BindableProperty
Identifies the MinutesStep property.
public static readonly BindableProperty MinutesStepProperty
SecondsStepProperty
BindableProperty
Identifies the SecondsStep property.
public static readonly BindableProperty SecondsStepProperty
Properties
Gets or sets the fallback time of the RadTimeSpanPicker.
public TimeSpan? FallbackTime { get; set; }
Gets or sets the hours step of the RadTimeSpanPicker.
public int? HoursStep { get; set; }
Gets or sets the maximum time of the RadTimeSpanPicker.
public TimeSpan? MaximumTime { get; set; }
Gets or sets the minimum time of the RadTimeSpanPicker.
public TimeSpan? MinimumTime { get; set; }
Gets or sets the minutes step of the RadTimeSpanPicker.
public int? MinutesStep { get; set; }
Gets or sets the seconds step of the RadTimeSpanPicker.
public int? SecondsStep { get; set; }