Class DataFormDatePickerEditor
Represents a date picker in the RadDataForm. The actual editor control used is Microsoft.Maui.Controls.DatePicker.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataFormDatePickerEditor : DataFormEditor, IRadContentView, IContentView, IPadding, IDataFormView, IView, IElement, ITransform
Constructors
DataFormDatePickerEditor()
Declaration
public DataFormDatePickerEditor()
Fields
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
|
StringFormatProperty
Identifies the StringFormat property.
Declaration
public static readonly BindableProperty StringFormatProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
MaximumDate
Gets or sets the maximum date of the Microsoft.Maui.Controls.DatePicker.
Declaration
public Nullable<DateTime> MaximumDate { get; set; }
Property Value
System.Nullable<System.DateTime>
|
MinimumDate
Gets or sets the minimum date of the Microsoft.Maui.Controls.DatePicker.
Declaration
public Nullable<DateTime> MinimumDate { get; set; }
Property Value
System.Nullable<System.DateTime>
|
StringFormat
Gets or sets the date string format of the Microsoft.Maui.Controls.DatePicker.
Declaration
public string StringFormat { get; set; }
Property Value
System.String
|