Class PickerPlaceholderView
Inherited Members
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class PickerPlaceholderView : RadContentView
Constructors
PickerPlaceholderView()
Declaration
public PickerPlaceholderView()
Fields
PlaceholderLabelStyleProperty
Declaration
public static readonly BindableProperty PlaceholderLabelStyleProperty
Field Value
Xamarin.Forms.BindableProperty
|
PlaceholderProperty
Declaration
public static readonly BindableProperty PlaceholderProperty
Field Value
Xamarin.Forms.BindableProperty
|
ToggleCommandProperty
Declaration
public static readonly BindableProperty ToggleCommandProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
Placeholder
Declaration
public object Placeholder { get; set; }
Property Value
System.Object
|
PlaceholderLabelStyle
Declaration
public Style PlaceholderLabelStyle { get; set; }
Property Value
Xamarin.Forms.Style
|
ToggleCommand
Declaration
public ICommand ToggleCommand { get; set; }
Property Value
System.Windows.Input.ICommand
|