Class DataFormRadDatePickerEditor
Represents a date picker in the RadDataForm. The actual editor control used is RadDatePicker.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataFormRadDatePickerEditor : DataFormRadPickerEditor, IRadContentView, IContentView, IPadding, IDataFormView, IView, IElement, ITransform
Constructors
DataFormRadDatePickerEditor()
Declaration
public DataFormRadDatePickerEditor()
Fields
FallbackDateProperty
Identifies the FallbackDate property.
Declaration
public static readonly BindableProperty FallbackDateProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
MaximumDateProperty
Identifies the MaximumDate property.
Declaration
public static readonly BindableProperty MaximumDateProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
MinimumDateProperty
Identifies the MinimumDate property.
Declaration
public static readonly BindableProperty MinimumDateProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
FallbackDate
Gets or sets the fallback date of the RadDatePicker.
Declaration
public Nullable<DateTime> FallbackDate { get; set; }
Property Value
System.Nullable<System.DateTime>
|
MaximumDate
Gets or sets the maximum date of the RadDatePicker.
Declaration
public Nullable<DateTime> MaximumDate { get; set; }
Property Value
System.Nullable<System.DateTime>
|
MinimumDate
Gets or sets the minimum date of the RadDatePicker.
Declaration
public Nullable<DateTime> MinimumDate { get; set; }
Property Value
System.Nullable<System.DateTime>
|