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