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

Inheritance: objectRadContentViewPickerContentViewRadPickerBaseRadTemplatedPicker

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView...

Inherited Members RadPickerBase.IsPlaceholderVisiblePropertyRadPickerBase.DisplayStringPropertyRadPickerBase.DisplayStringFormatPropertyRadPickerBase.DisplayLabelStylePropertyRadPickerBase.ActualDisplayLabelStylePropertyRadPickerBase.DisplayTemplatePropertyRadPickerBase.PlaceholderPropertyRadPickerBase.PlaceholderLabelStylePropertyRadPickerBase.ActualPlaceholderLabelStylePropertyRadPickerBase.PlaceholderTemplatePropertyRadPickerBase.IsClearButtonVisiblePropertyRadPickerBase.ClearButtonStylePropertyRadPickerBase.ActualClearButtonStylePropertyRadPickerBase.IsToggleButtonVisiblePropertyRadPickerBase.ToggleButtonStylePropertyRadPickerBase.ActualToggleButtonStylePropertyRadPickerBase.PickerModePropertyRadPickerBase.PopupSettingsPropertyRadPickerBase.BorderBrushPropertyRadPickerBase.IsOpenPropertyRadPickerBase.DropDownSettingsPropertyRadPickerBase.ClearSelection()RadPickerBase.OnPropertyChanged(string)RadPickerBase.OnHandlerChanged()RadPickerBase.IsPlaceholderVisibleRadPickerBase.DisplayStringRadPickerBase.DisplayLabelStyleRadPickerBase.IsClearButtonVisibleRadPickerBase.ClearButtonStyleRadPickerBase.IsToggleButtonVisibleRadPickerBase.ToggleButtonStyleRadPickerBase.ActualDisplayLabelStyleRadPickerBase.DisplayTemplateRadPickerBase.DisplayStringFormatRadPickerBase.PlaceholderRadPickerBase.PlaceholderLabelStyleRadPickerBase.ActualPlaceholderLabelStyleRadPickerBase.PlaceholderTemplateRadPickerBase.ActualClearButtonStyleRadPickerBase.ActualToggleButtonStyleRadPickerBase.PickerModeRadPickerBase.PopupSettingsRadPickerBase.DropDownSettingsRadPickerBase.BorderBrushRadPickerBase.IsOpenRadPickerBase.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; }