ClassTimePickerItemLabel
Class
Represents a label displayed by the time picker.
Definition
Namespace:Telerik.Maui.Controls.Chat
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class TimePickerItemLabel : NonVirtualizedItemsControlItemLabel
Inheritance: objectNonVirtualizedItemsControlItemLabelTimePickerItemLabel
Inherited Members
Constructors
TimePickerItemLabel()
Initializes a new instance of the TimePickerItemLabel class.
Declaration
cs-api-definition
public TimePickerItemLabel()
Fields
TimeFormatProperty
Identifies the TimeFormat property.
Declaration
cs-api-definition
public static readonly BindableProperty TimeFormatProperty
Field Value
BindableProperty
TimeProperty
Identifies the Time property.
Declaration
cs-api-definition
public static readonly BindableProperty TimeProperty
Field Value
BindableProperty
Properties
Time
Gets or sets the TimeSpan value of the label.
TimeFormat
Gets or sets the format of the displayed time span.