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