New to Telerik UI for .NET MAUIStart a free 30-day trial

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

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 TimeSpan value of the label.

C#
public TimeSpan Time { get; set; }

Gets or sets the format of the displayed time span.

C#
public string TimeFormat { get; set; }