ClassDataFormRadDatePickerEditor
Class
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:
cs-api-definition
public class DataFormRadDatePickerEditor : DataFormRadPickerEditor, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IView, IElement, ITransform
Inheritance: objectRadContentViewDataFormContentViewDataFormItemDataFormEditorDataFormRadPickerEditorDataFormRadDatePickerEditor
Implements:
Inherited Members
Constructors
DataFormRadDatePickerEditor()
Declaration
cs-api-definition
public DataFormRadDatePickerEditor()
Fields
FallbackDateProperty
Identifies the FallbackDate property.
Declaration
cs-api-definition
public static readonly BindableProperty FallbackDateProperty
Field Value
BindableProperty
MaximumDateProperty
Identifies the MaximumDate property.
Declaration
cs-api-definition
public static readonly BindableProperty MaximumDateProperty
Field Value
BindableProperty
MinimumDateProperty
Identifies the MinimumDate property.
Declaration
cs-api-definition
public static readonly BindableProperty MinimumDateProperty
Field Value
BindableProperty
Properties
FallbackDate
Gets or sets the fallback date of the RadDatePicker.
MaximumDate
Gets or sets the maximum date of the RadDatePicker.
MinimumDate
Gets or sets the minimum date of the RadDatePicker.