Class PickerDisplayView
Inherited Members
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class PickerDisplayView : RadContentView
Constructors
PickerDisplayView()
Declaration
public PickerDisplayView()
Fields
DisplayLabelStyleProperty
Declaration
public static readonly BindableProperty DisplayLabelStyleProperty
Field Value
Xamarin.Forms.BindableProperty
|
DisplayStringProperty
Declaration
public static readonly BindableProperty DisplayStringProperty
Field Value
Xamarin.Forms.BindableProperty
|
ToggleCommandProperty
Declaration
public static readonly BindableProperty ToggleCommandProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
DisplayLabelStyle
Declaration
public Style DisplayLabelStyle { get; set; }
Property Value
Xamarin.Forms.Style
|
DisplayString
Declaration
public string DisplayString { get; set; }
Property Value
System.String
|
ToggleCommand
Declaration
public ICommand ToggleCommand { get; set; }
Property Value
System.Windows.Input.ICommand
|