Class ChatTimePicker
Represents a picker which displays a collection of TimeSpan objects.
Inherited Members
Namespace: Telerik.Maui.Controls.Chat
Assembly: Telerik.Maui.Controls.dll
Syntax
public class ChatTimePicker : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Constructors
ChatTimePicker()
Fields
ControlTemplateProperty
Identifies the Control
Declaration
public static readonly BindableProperty ControlTemplateProperty
Field Value
Microsoft.
|
EndTimeProperty
Identifies the End
Declaration
public static readonly BindableProperty EndTimeProperty
Field Value
Microsoft.
|
ItemSelectedCommandProperty
Identifies the Item
Declaration
public static readonly BindableProperty ItemSelectedCommandProperty
Field Value
Microsoft.
|
SelectedItemProperty
Identifies the Selected
Declaration
public static readonly BindableProperty SelectedItemProperty
Field Value
Microsoft.
|
SelectedValueProperty
Identifies the Selected
Declaration
public static readonly BindableProperty SelectedValueProperty
Field Value
Microsoft.
|
StartTimeProperty
Identifies the Start
Declaration
public static readonly BindableProperty StartTimeProperty
Field Value
Microsoft.
|
TimeFormatProperty
Identifies the Time
Declaration
public static readonly BindableProperty TimeFormatProperty
Field Value
Microsoft.
|
TimeIntervalProperty
Identifies the Time
Declaration
public static readonly BindableProperty TimeIntervalProperty
Field Value
Microsoft.
|
Properties
ControlTemplate
Gets or sets the control template of this view.
Declaration
public ControlTemplate ControlTemplate { get; set; }
Property Value
Microsoft.
|
EndTime
Gets or sets the last time span that can be selected.
Declaration
public TimeSpan EndTime { get; set; }
Property Value
System.
|
Items
Gets or sets the collection of Time
Declaration
public List<TimePickerItem> Items { get; }
Property Value
System.
|
ItemSelectedCommand
Gets or sets the command executed when an item is selected.
Declaration
public ICommand ItemSelectedCommand { get; set; }
Property Value
System.
|
SelectedItem
Gets or sets the selected Time
Declaration
public TimePickerItem SelectedItem { get; set; }
Property Value
SelectedValue
Gets or sets the selected TimeSpan value.
Declaration
public Nullable<TimeSpan> SelectedValue { get; set; }
Property Value
System.
|
StartTime
Gets or sets the first time span that can be selected.
Declaration
public TimeSpan StartTime { get; set; }
Property Value
System.
|
TimeFormat
Gets or sets the format of the displayed time spans.
Declaration
public string TimeFormat { get; set; }
Property Value
System.
|
TimeInterval
Gets or sets the interval between two consecutive Time
Declaration
public TimeSpan TimeInterval { get; set; }
Property Value
System.
|
Methods
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.
|
Events
ItemSelected
Occurs when when an item is selected.
Declaration
public event EventHandler<ValueChangedEventArgs<TimePickerItem>> ItemSelected
Event Type
System.
|