New to Telerik UI for .NET MAUIStart a free 30-day trial

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, IPadding, ICrossPlatformLayout, IView, IElement, ITransform

Inheritance: objectRadContentViewPickerContentViewRadPickerBaseRadTemplatedPicker

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView...

Inherited Members RadPickerBase.ControlTemplatePropertyRadPickerBase.StylePropertyRadPickerBase.DisplayStringFormatPropertyRadPickerBase.DisplayLabelStylePropertyRadPickerBase.DisplayTemplatePropertyRadPickerBase.PlaceholderPropertyRadPickerBase.PlaceholderLabelStylePropertyRadPickerBase.PlaceholderTemplatePropertyRadPickerBase.IsClearButtonVisiblePropertyRadPickerBase.ClearButtonStylePropertyRadPickerBase.IsToggleButtonVisiblePropertyRadPickerBase.ToggleButtonStylePropertyRadPickerBase.PickerModePropertyRadPickerBase.PopupSettingsPropertyRadPickerBase.BorderBrushPropertyRadPickerBase.IsOpenPropertyRadPickerBase.DropDownSettingsPropertyRadPickerBase.IsPlaceholderVisiblePropertyRadPickerBase.DisplayStringPropertyRadPickerBase.ActualDisplayLabelStylePropertyRadPickerBase.ActualPlaceholderLabelStylePropertyRadPickerBase.ActualClearButtonStylePropertyRadPickerBase.ActualToggleButtonStylePropertyRadPickerBase.ClearSelection()RadPickerBase.OnPropertyChanged(string)RadPickerBase.OnHandlerChanged()RadPickerBase.ChangeVisualState()RadPickerBase.ControlTemplateRadPickerBase.StyleRadPickerBase.DisplayStringFormatRadPickerBase.DisplayLabelStyleRadPickerBase.DisplayTemplateRadPickerBase.PlaceholderRadPickerBase.PlaceholderLabelStyleRadPickerBase.PlaceholderTemplateRadPickerBase.IsClearButtonVisibleRadPickerBase.ClearButtonStyleRadPickerBase.IsToggleButtonVisibleRadPickerBase.ToggleButtonStyleRadPickerBase.PickerModeRadPickerBase.PopupSettingsRadPickerBase.BorderBrushRadPickerBase.IsOpenRadPickerBase.DropDownSettingsRadPickerBase.IsPlaceholderVisibleRadPickerBase.DisplayStringRadPickerBase.ActualDisplayLabelStyleRadPickerBase.ActualPlaceholderLabelStyleRadPickerBase.ActualClearButtonStyleRadPickerBase.ActualToggleButtonStyleRadPickerBase.ToggleCommandRadPickerBase.ClearCommandRadPickerBase.SelectionChangedPickerContentView.BackgroundColorPropertyPickerContentView.BorderColorPropertyPickerContentView.BorderThicknessPropertyPickerContentView.CornerRadiusPropertyPickerContentView.BackgroundColorPickerContentView.BorderColorPickerContentView.BorderThicknessPickerContentView.CornerRadiusRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnBindingContextChanged()...

Constructors

Initializes a new instance of the RadTemplatedPicker class.

C#
public RadTemplatedPicker()

Fields

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; }