TimePickerItemLabel
Class
Represents a label displayed by the time picker.
Definition
Namespace:Telerik.Maui.Controls.Chat
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class TimePickerItemLabel : NonVirtualizedItemsControlItemLabel
Inheritance: objectNonVirtualizedItemsControlItemLabelTimePickerItemLabel
Inherited Members
Constructors
Initializes a new instance of the TimePickerItemLabel class.
C#
public TimePickerItemLabel()
Fields
TimeFormatProperty
BindableProperty
Identifies the TimeFormat property.
C#
public static readonly BindableProperty TimeFormatProperty
TimeProperty
BindableProperty
Identifies the Time property.
C#
public static readonly BindableProperty TimeProperty
Properties
Gets or sets the format of the displayed time span.
C#
public string TimeFormat { get; set; }