Represents a date picker in the RadDataForm. The actual editor control used is RadDatePicker.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class DataFormRadDatePickerEditor : DataFormRadPickerEditor, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IView, IElement, ITransform
Inheritance: objectRadContentViewDataFormContentViewDataFormItemDataFormEditorDataFormRadPickerEditorDataFormRadDatePickerEditor...
Implements:
Inherited Members
Constructors
C#
public DataFormRadDatePickerEditor()
Fields
FallbackDateProperty
BindableProperty
Identifies the FallbackDate property.
C#
public static readonly BindableProperty FallbackDateProperty
MaximumDateProperty
BindableProperty
Identifies the MaximumDate property.
C#
public static readonly BindableProperty MaximumDateProperty
MinimumDateProperty
BindableProperty
Identifies the MinimumDate property.
C#
public static readonly BindableProperty MinimumDateProperty
Properties
Gets or sets the fallback date of the RadDatePicker.
C#
public DateTime? FallbackDate { get; set; }
Gets or sets the maximum date of the RadDatePicker.
C#
public DateTime? MaximumDate { get; set; }
Gets or sets the minimum date of the RadDatePicker.
C#
public DateTime? MinimumDate { get; set; }