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 TimePickerItemLabel class.
Declaration
public TimePickerItemLabel()
Fields
TimeFormatProperty
Identifies the TimeFormat property.
Declaration
public static readonly BindableProperty TimeFormatProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TimeProperty
Identifies the Time property.
Declaration
public static readonly BindableProperty TimeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Time
Gets or sets the TimeSpan value of the label.
Declaration
public TimeSpan Time { get; set; }
Property Value
System.TimeSpan
|
TimeFormat
Gets or sets the format of the displayed time span.
Declaration
public string TimeFormat { get; set; }
Property Value
System.String
|