PickerDateSelector
Class
Represents a date selector for picker controls that allows users to select dates within a specified range.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class PickerDateSelector : PickerMultiSpinnerSelectorBase, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewPickerContentViewPickerSelectorBasePickerMultiSpinnerSelectorBasePickerDateSelector...
Implements:
Inherited Members
Constructors
C#
public PickerDateSelector()
Fields
DateProperty
BindableProperty
Identifies the Date property.
C#
public static readonly BindableProperty DateProperty
DefaultHighlightedDateProperty
BindableProperty
Identifies the DefaultHighlightedDate property.
C#
public static readonly BindableProperty DefaultHighlightedDateProperty
MaximumDateProperty
BindableProperty
Identifies the MaximumDate property.
C#
public static readonly BindableProperty MaximumDateProperty
MinimumDateProperty
BindableProperty
Identifies the MinimumDate property.
C#
public static readonly BindableProperty MinimumDateProperty