Class CalendarColorPicker
Inherited Members
Namespace: Telerik.XamarinForms.Input.Calendar
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class CalendarColorPicker : RadContentView
Constructors
CalendarColorPicker()
Declaration
public CalendarColorPicker()
Fields
ColorsProperty
Declaration
public static readonly BindableProperty ColorsProperty
Field Value
Xamarin.Forms.BindableProperty
|
SelectedColorProperty
Declaration
public static readonly BindableProperty SelectedColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
SeparatorColorProperty
Declaration
public static readonly BindableProperty SeparatorColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
Colors
Declaration
public IEnumerable<Color> Colors { get; set; }
Property Value
System.Collections.Generic.IEnumerable<Xamarin.Forms.Color>
|
SelectedColor
Declaration
public Color SelectedColor { get; set; }
Property Value
Xamarin.Forms.Color
|
SeparatorColor
Declaration
public Color SeparatorColor { get; set; }
Property Value
Xamarin.Forms.Color
|