ClassDataFormRadTimePickerEditor
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
DataFormRadTimePickerEditor()
Declaration
public DataFormRadTimePickerEditor()
Fields
FallbackTimeProperty
Identifies the FallbackTime property.
Declaration
public static readonly BindableProperty FallbackTimeProperty
Field Value
BindableProperty
HoursStepProperty
Identifies the HoursStep property.
Declaration
public static readonly BindableProperty HoursStepProperty
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
MinutesStepProperty
Identifies the MinutesStep property.
Declaration
public static readonly BindableProperty MinutesStepProperty
Field Value
BindableProperty
SecondsStepProperty
Identifies the SecondsStep property.
Declaration
public static readonly BindableProperty SecondsStepProperty
Field Value
BindableProperty
Properties
FallbackTime
Gets or sets the fallback time of the RadTimePicker.
HoursStep
Gets or sets the hours step of the RadTimePicker.
MaximumTime
Gets or sets the maximum time of the RadTimePicker.
MinimumTime
Gets or sets the minimum time of the RadTimePicker.
MinutesStep
Gets or sets the minutes step of the RadTimePicker.
SecondsStep
Gets or sets the seconds step of the RadTimePicker.