ClassDataFormRadTimeSpanPickerEditor
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
DataFormRadTimeSpanPickerEditor()
Declaration
public DataFormRadTimeSpanPickerEditor()
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 RadTimeSpanPicker.
HoursStep
Gets or sets the hours step of the RadTimeSpanPicker.
MaximumTime
Gets or sets the maximum time of the RadTimeSpanPicker.
MinimumTime
Gets or sets the minimum time of the RadTimeSpanPicker.
MinutesStep
Gets or sets the minutes step of the RadTimeSpanPicker.
SecondsStep
Gets or sets the seconds step of the RadTimeSpanPicker.