Class RadTimePicker
Inherited Members
Namespace: Telerik.XamarinForms.ConversationalUI
Assembly: Telerik.XamarinForms.ConversationalUI.dll
Syntax
public class RadTimePicker : RadContentView
Constructors
RadTimePicker()
Declaration
public RadTimePicker()
Fields
EndTimeProperty
Declaration
public static readonly BindableProperty EndTimeProperty
Field Value
Xamarin.Forms.BindableProperty
|
ItemSelectedCommandProperty
Declaration
public static readonly BindableProperty ItemSelectedCommandProperty
Field Value
Xamarin.Forms.BindableProperty
|
SelectedItemProperty
Declaration
public static readonly BindableProperty SelectedItemProperty
Field Value
Xamarin.Forms.BindableProperty
|
SelectedValueProperty
Declaration
public static readonly BindableProperty SelectedValueProperty
Field Value
Xamarin.Forms.BindableProperty
|
StartTimeProperty
Declaration
public static readonly BindableProperty StartTimeProperty
Field Value
Xamarin.Forms.BindableProperty
|
TimeFormatProperty
Declaration
public static readonly BindableProperty TimeFormatProperty
Field Value
Xamarin.Forms.BindableProperty
|
TimeIntervalProperty
Declaration
public static readonly BindableProperty TimeIntervalProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
EndTime
Declaration
public TimeSpan EndTime { get; set; }
Property Value
System.TimeSpan
|
Items
Declaration
public List<TimePickerItem> Items { get; }
Property Value
System.Collections.Generic.List<TimePickerItem>
|
ItemSelectedCommand
Declaration
public ICommand ItemSelectedCommand { get; set; }
Property Value
System.Windows.Input.ICommand
|
SelectedItem
SelectedValue
Declaration
public Nullable<TimeSpan> SelectedValue { get; set; }
Property Value
System.Nullable<System.TimeSpan>
|
StartTime
Declaration
public TimeSpan StartTime { get; set; }
Property Value
System.TimeSpan
|
TimeFormat
Declaration
public string TimeFormat { get; set; }
Property Value
System.String
|
TimeInterval
Declaration
public TimeSpan TimeInterval { get; set; }
Property Value
System.TimeSpan
|
Methods
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|
Overrides
Events
ItemSelected
Declaration
public event EventHandler<ValueChangedEventArgs<TimePickerItem>> ItemSelected
Event Type
System.EventHandler<ValueChangedEventArgs<TimePickerItem>>
|