Class PickerTemplatedSelector
Represents a selector with a custom template.
Inheritance
System.Object
PickerTemplatedSelector
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class PickerTemplatedSelector : PickerSelectorBase, IRadContentView, IContentView, IView, IElement, ITransform, IPadding
Constructors
PickerTemplatedSelector()
Declaration
public PickerTemplatedSelector()
Fields
SelectedValueProperty
Identifies the SelectedValue property.
Declaration
public static readonly BindableProperty SelectedValueProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
SelectedValue
Gets or sets the selected value in the PickerTemplatedSelector.
Declaration
public object SelectedValue { get; set; }
Property Value
System.Object
|