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
public DataFormRadDateTimePickerEditor()
Fields
FallbackDateProperty
BindableProperty
Identifies the FallbackDate property.
public static readonly BindableProperty FallbackDateProperty
HoursStepProperty
BindableProperty
Identifies the HoursStep property.
public static readonly BindableProperty HoursStepProperty
MaximumDateProperty
BindableProperty
Identifies the MaximumDate property.
public static readonly BindableProperty MaximumDateProperty
MinimumDateProperty
BindableProperty
Identifies the MinimumDate property.
public static readonly BindableProperty MinimumDateProperty
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 date of the RadDateTimePicker.
public DateTime? FallbackDate { get; set; }
Gets or sets the hours step of the RadDateTimePicker.
public int? HoursStep { get; set; }
Gets or sets the maximum date of the RadDateTimePicker.
public DateTime? MaximumDate { get; set; }
Gets or sets the minimum date of the RadDateTimePicker.
public DateTime? MinimumDate { get; set; }
Gets or sets the minutes step of the RadDateTimePicker.
public int? MinutesStep { get; set; }
Gets or sets the seconds step of the RadDateTimePicker.
public int? SecondsStep { get; set; }