Class CalendarPickerView
Inherited Members
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class CalendarPickerView : RadContentView
Constructors
CalendarPickerView()
Declaration
public CalendarPickerView()
Fields
DetailsTextUpdatedCommandProperty
Declaration
public static readonly BindableProperty DetailsTextUpdatedCommandProperty
Field Value
Xamarin.Forms.BindableProperty
|
SeparatorColorProperty
Declaration
public static readonly BindableProperty SeparatorColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
SeparatorThicknessProperty
Declaration
public static readonly BindableProperty SeparatorThicknessProperty
Field Value
Xamarin.Forms.BindableProperty
|
TextColorProperty
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
DetailsTextUpdatedCommand
Declaration
public ICommand DetailsTextUpdatedCommand { get; set; }
Property Value
System.Windows.Input.ICommand
|
SeparatorColor
Declaration
public Color SeparatorColor { get; set; }
Property Value
Xamarin.Forms.Color
|
SeparatorThickness
Declaration
public Thickness SeparatorThickness { get; set; }
Property Value
Xamarin.Forms.Thickness
|
TextColor
Declaration
public Color TextColor { get; set; }
Property Value
Xamarin.Forms.Color
|