Class RadDateTimePicker
Allows picking date and/or time values based on provided MinimumDate, MaximumDate as
Inheritance
Inherited Members
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class RadDateTimePicker : RadMultiSpinnerPickerBase
Constructors
RadDateTimePicker()
Declaration
public RadDateTimePicker()
Fields
ActualTabStripItemStyleProperty
Identifies the ActualTabStripItemStyle property.
Declaration
public static readonly BindableProperty ActualTabStripItemStyleProperty
Field Value
Xamarin.Forms.BindableProperty
|
ActualTabStripStyleProperty
Identifies the ActualTabStripStyle property.
Declaration
public static readonly BindableProperty ActualTabStripStyleProperty
Field Value
Xamarin.Forms.BindableProperty
|
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
ActualTabStripItemStyle
Gets the result of merging the default style and the style set as TabStripItemStyle. This is the style that is used to define the look of the component.
Declaration
public Style ActualTabStripItemStyle { get; }
Property Value
Xamarin.Forms.Style
|
ActualTabStripStyle
Gets the result of merging the default style and the style set as TabStripStyle. This is the style that is used to define the look of the component.
Declaration
public Style ActualTabStripStyle { get; }
Property Value
Xamarin.Forms.Style
|
Date
Gets or sets the current selection.
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 which marks the end of the range of available dates to choose from.
Declaration
public DateTime MaximumDate { get; set; }
Property Value
System.DateTime
|
MinimumDate
Gets or sets a date which marks the beginning of the range of available dates to choose from.
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
|
Methods
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|