Class PickerDateTimeSelector
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class PickerDateTimeSelector : PickerMultiSpinnerSelectorBase, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout, ISpinnerSettings, ITabSettings
Constructors
PickerDateTimeSelector()
Declaration
public PickerDateTimeSelector()
Fields
DateProperty
Identifies the Date property.
Declaration
public static readonly BindableProperty DateProperty
Field Value
Microsoft.
|
DefaultHighlightedDateProperty
Identifies the Default
Declaration
public static readonly BindableProperty DefaultHighlightedDateProperty
Field Value
Microsoft.
|
HourStepProperty
Identifies the Hour
Declaration
public static readonly BindableProperty HourStepProperty
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.
|
MinuteStepProperty
Identifies the Minute
Declaration
public static readonly BindableProperty MinuteStepProperty
Field Value
Microsoft.
|
SecondStepProperty
Identifies the Second
Declaration
public static readonly BindableProperty SecondStepProperty
Field Value
Microsoft.
|
TabStripItemStyleProperty
Identifies the Tab
Declaration
public static readonly BindableProperty TabStripItemStyleProperty
Field Value
Microsoft.
|
TabStripStyleProperty
Identifies the Tab
Declaration
public static readonly BindableProperty TabStripStyleProperty
Field Value
Microsoft.
|
Properties
Date
Gets or sets the date and time which is selected.
Declaration
public Nullable<DateTime> Date { get; set; }
Property Value
System.
|
DefaultHighlightedDate
Gets or sets the System.
Declaration
public DateTime DefaultHighlightedDate { get; set; }
Property Value
System.
|
HourStep
Gets or sets the increment step of the hour time component.
Declaration
public int HourStep { get; set; }
Property Value
System.
|
MaximumDate
Gets or sets a date and time which mark the end of a period.
Declaration
public DateTime MaximumDate { get; set; }
Property Value
System.
|
MinimumDate
Gets or sets a date and time which mark the start of a period.
Declaration
public DateTime MinimumDate { get; set; }
Property Value
System.
|
MinuteStep
Gets or sets the increment step of the minute time component.
Declaration
public int MinuteStep { get; set; }
Property Value
System.
|
SecondStep
Gets or sets the increment step of the second time component.
Declaration
public int SecondStep { get; set; }
Property Value
System.
|
TabStripItemStyle
Gets or sets the style which is applied to the separate tab items.
Declaration
public Style TabStripItemStyle { get; set; }
Property Value
Microsoft.
|
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
Microsoft.
|