Class RadTemplatedPicker
Allows picking a value from a selector with a custom template.
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadTemplatedPicker : RadPickerBase, IRadContentView, IContentView, IView, IElement, ITransform, IPadding
Constructors
RadTemplatedPicker()
Declaration
public RadTemplatedPicker()
Fields
DisplayMemberPathProperty
Identifies the DisplayMemberPath property.
Declaration
public static readonly BindableProperty DisplayMemberPathProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SelectedValueProperty
Identifies the SelectedValue property.
Declaration
public static readonly BindableProperty SelectedValueProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SelectorTemplateProperty
Identifies the SelectorTemplate property.
Declaration
public static readonly BindableProperty SelectorTemplateProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
DisplayMemberPath
Gets or sets the path of the property which is to be displayed.
Declaration
public string DisplayMemberPath { get; set; }
Property Value
System.String
|
SelectedValue
Gets or sets the selected value in the RadTemplatedPicker.
Declaration
public object SelectedValue { get; set; }
Property Value
System.Object
|
SelectorTemplate
Gets or sets the templates used for the PickerTemplatedSelector.
Declaration
public ControlTemplate SelectorTemplate { get; set; }
Property Value
Microsoft.Maui.Controls.ControlTemplate
|