Represents a time picker in the RadDataForm. The actual editor control used is RadTimePicker.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class DataFormRadTimePickerEditor : DataFormRadPickerEditor, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IView, IElement, ITransform
Inheritance: objectRadContentViewDataFormContentViewDataFormItemDataFormEditorDataFormRadPickerEditorDataFormRadTimePickerEditor...
Implements:
Inherited Members
Constructors
public DataFormRadTimePickerEditor()
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 RadTimePicker.
public TimeSpan? FallbackTime { get; set; }
Gets or sets the hours step of the RadTimePicker.
public int? HoursStep { get; set; }
Gets or sets the maximum time of the RadTimePicker.
public TimeSpan? MaximumTime { get; set; }
Gets or sets the minimum time of the RadTimePicker.
public TimeSpan? MinimumTime { get; set; }
Gets or sets the minutes step of the RadTimePicker.
public int? MinutesStep { get; set; }
Gets or sets the seconds step of the RadTimePicker.
public int? SecondsStep { get; set; }