ClassDataFormRadDateTimePickerEditor
Represents a date and time picker in the RadDataForm. The actual editor control used is RadDateTimePicker.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class DataFormRadDateTimePickerEditor : DataFormRadPickerEditor, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IView, IElement, ITransform
Inheritance: objectRadContentViewDataFormContentViewDataFormItemDataFormEditorDataFormRadPickerEditorDataFormRadDateTimePickerEditor
Implements:
Inherited Members
Constructors
DataFormRadDateTimePickerEditor()
Declaration
public DataFormRadDateTimePickerEditor()
Fields
FallbackDateProperty
Identifies the FallbackDate property.
Declaration
public static readonly BindableProperty FallbackDateProperty
Field Value
BindableProperty
HoursStepProperty
Identifies the HoursStep property.
Declaration
public static readonly BindableProperty HoursStepProperty
Field Value
BindableProperty
MaximumDateProperty
Identifies the MaximumDate property.
Declaration
public static readonly BindableProperty MaximumDateProperty
Field Value
BindableProperty
MinimumDateProperty
Identifies the MinimumDate property.
Declaration
public static readonly BindableProperty MinimumDateProperty
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
FallbackDate
Gets or sets the fallback date of the RadDateTimePicker.
HoursStep
Gets or sets the hours step of the RadDateTimePicker.
MaximumDate
Gets or sets the maximum date of the RadDateTimePicker.
MinimumDate
Gets or sets the minimum date of the RadDateTimePicker.
MinutesStep
Gets or sets the minutes step of the RadDateTimePicker.
SecondsStep
Gets or sets the seconds step of the RadDateTimePicker.