Class PickerDateSelector
Inheritance
Inherited Members
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class PickerDateSelector : PickerMultiSpinnerSelectorBase, ISpinnerSettings
Constructors
PickerDateSelector()
Declaration
public PickerDateSelector()
Fields
DateProperty
Identifies the Date property.
Declaration
public static readonly BindableProperty DateProperty
Field Value
Xamarin.Forms.BindableProperty
|
DefaultHighlightedDateProperty
Identifies the DefaultHighlightedDate property.
Declaration
public static readonly BindableProperty DefaultHighlightedDateProperty
Field Value
Xamarin.Forms.BindableProperty
|
MaximumDateProperty
Identifies the MaximumDate property.
Declaration
public static readonly BindableProperty MaximumDateProperty
Field Value
Xamarin.Forms.BindableProperty
|
MinimumDateProperty
Identifies the MinimumDate property.
Declaration
public static readonly BindableProperty MinimumDateProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
Date
Gets or sets the date and time which is selected.
Declaration
public Nullable<DateTime> Date { get; set; }
Property Value
System.Nullable<System.DateTime>
|
DefaultHighlightedDate
Gets or sets the System.DateTime which will be used to pre-scroll each spinner when the Date is set to null.
Declaration
public DateTime DefaultHighlightedDate { get; set; }
Property Value
System.DateTime
|
MaximumDate
Gets or sets a date and time which mark the end of a period.
Declaration
public DateTime MaximumDate { get; set; }
Property Value
System.DateTime
|
MinimumDate
Gets or sets a date and time which mark the start of a period.
Declaration
public DateTime MinimumDate { get; set; }
Property Value
System.DateTime
|