Class PickerDateTimeSelector
Inheritance
Inherited Members
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class PickerDateTimeSelector : PickerMultiSpinnerSelectorBase, ISpinnerSettings, ITabSettings
Constructors
PickerDateTimeSelector()
Declaration
public PickerDateTimeSelector()
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
|
HourStepProperty
Identifies the HourStep property.
Declaration
public static readonly BindableProperty HourStepProperty
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
|
MinuteStepProperty
Identifies the MinuteStep property.
Declaration
public static readonly BindableProperty MinuteStepProperty
Field Value
Xamarin.Forms.BindableProperty
|
SecondStepProperty
Identifies the SecondStep property.
Declaration
public static readonly BindableProperty SecondStepProperty
Field Value
Xamarin.Forms.BindableProperty
|
TabStripItemStyleProperty
Identifies the TabStripItemStyle property.
Declaration
public static readonly BindableProperty TabStripItemStyleProperty
Field Value
Xamarin.Forms.BindableProperty
|
TabStripStyleProperty
Identifies the TabStripStyle property.
Declaration
public static readonly BindableProperty TabStripStyleProperty
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
|
HourStep
Gets or sets the increment step of the hour time component.
Declaration
public int HourStep { get; set; }
Property Value
System.Int32
|
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
|
MinuteStep
Gets or sets the increment step of the minute time component.
Declaration
public int MinuteStep { get; set; }
Property Value
System.Int32
|
SecondStep
Gets or sets the increment step of the second time component.
Declaration
public int SecondStep { get; set; }
Property Value
System.Int32
|
TabStripItemStyle
Gets or sets the style which is applied to the separate tab items.
Declaration
public Style TabStripItemStyle { get; set; }
Property Value
Xamarin.Forms.Style
|
TabStripStyle
Gets or sets the style which is applied to the element holding the separate tab items.
Declaration
public Style TabStripStyle { get; set; }
Property Value
Xamarin.Forms.Style
|