Class DataFormDatePickerEditor
Represents a date picker in the Rad
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataFormDatePickerEditor : DataFormEditor, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IDataFormView, IView, IElement, ITransform
Constructors
DataFormDatePickerEditor()
Declaration
public DataFormDatePickerEditor()
Fields
MaximumDateProperty
Identifies the Maximum
Declaration
public static readonly BindableProperty MaximumDateProperty
Field Value
Microsoft.
|
MinimumDateProperty
Identifies the Minimum
Declaration
public static readonly BindableProperty MinimumDateProperty
Field Value
Microsoft.
|
StringFormatProperty
Identifies the String
Declaration
public static readonly BindableProperty StringFormatProperty
Field Value
Microsoft.
|
Properties
MaximumDate
Gets or sets the maximum date of the Microsoft.
Declaration
public Nullable<DateTime> MaximumDate { get; set; }
Property Value
System.
|
MinimumDate
Gets or sets the minimum date of the Microsoft.
Declaration
public Nullable<DateTime> MinimumDate { get; set; }
Property Value
System.
|
StringFormat
Gets or sets the date string format of the Microsoft.
Declaration
public string StringFormat { get; set; }
Property Value
System.
|