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