Class
TimePickerItemLabel

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 NonVirtualizedItemsControlItemLabel.OnPropertyChanged(string)

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.

Declaration

cs-api-definition
public TimeSpan Time { get; set; }

Property Value

TimeSpan

TimeFormat

Gets or sets the format of the displayed time span.

Declaration

cs-api-definition
public string TimeFormat { get; set; }

Property Value

string