Class PickerTemplatedSelector
Represents a selector with a custom template.
Inheritance
System.Object
PickerTemplatedSelector
Inherited Members
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class PickerTemplatedSelector : PickerSelectorBase
Constructors
PickerTemplatedSelector()
Declaration
public PickerTemplatedSelector()
Fields
SelectedValueProperty
Identifies the SelectedValue property.
Declaration
public static readonly BindableProperty SelectedValueProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
SelectedValue
Gets or sets the selected value in the PickerTemplatedSelector.
Declaration
public object SelectedValue { get; set; }
Property Value
System.Object
|