Class TimePickerItemLabel
Represents a label displayed by the time picker.
Inherited Members
Namespace: Telerik.Maui.Controls.Chat
Assembly: Telerik.Maui.Controls.dll
Syntax
public class TimePickerItemLabel : NonVirtualizedItemsControlItemLabel
Constructors
TimePickerItemLabel()
Initializes a new instance of the Time
Declaration
public TimePickerItemLabel()
Fields
TimeFormatProperty
Identifies the Time
Declaration
public static readonly BindableProperty TimeFormatProperty
Field Value
Microsoft.
|
TimeProperty
Identifies the Time property.
Declaration
public static readonly BindableProperty TimeProperty
Field Value
Microsoft.
|
Properties
Time
Gets or sets the TimeSpan value of the label.
Declaration
public TimeSpan Time { get; set; }
Property Value
System.
|
TimeFormat
Gets or sets the format of the displayed time span.
Declaration
public string TimeFormat { get; set; }
Property Value
System.
|