Class DataFormRadDatePickerEditor
Represents a date picker in the Rad
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataFormRadDatePickerEditor : DataFormRadPickerEditor, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IDataFormView, IView, IElement, ITransform
Constructors
DataFormRadDatePickerEditor()
Declaration
public DataFormRadDatePickerEditor()
Fields
FallbackDateProperty
Identifies the Fallback
Declaration
public static readonly BindableProperty FallbackDateProperty
Field Value
Microsoft.
|
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.
|
Properties
FallbackDate
Gets or sets the fallback date of the Rad
Declaration
public Nullable<DateTime> FallbackDate { get; set; }
Property Value
System.
|
MaximumDate
Gets or sets the maximum date of the Rad
Declaration
public Nullable<DateTime> MaximumDate { get; set; }
Property Value
System.
|
MinimumDate
Gets or sets the minimum date of the Rad
Declaration
public Nullable<DateTime> MinimumDate { get; set; }
Property Value
System.
|