Class TimePickerItemLabel
Inherited Members
Namespace: Telerik.XamarinForms.ConversationalUI
Assembly: Telerik.XamarinForms.ConversationalUI.dll
Syntax
public class TimePickerItemLabel : NonVirtualizedItemsControlItemLabel
Constructors
TimePickerItemLabel()
Declaration
public TimePickerItemLabel()
Fields
TimeFormatProperty
Declaration
public static readonly BindableProperty TimeFormatProperty
Field Value
Xamarin.Forms.BindableProperty
|
TimeProperty
Declaration
public static readonly BindableProperty TimeProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
Time
Declaration
public TimeSpan Time { get; set; }
Property Value
System.TimeSpan
|
TimeFormat
Declaration
public string TimeFormat { get; set; }
Property Value
System.String
|