Class
RadTemplatedPicker

Allows picking a value from a selector with a custom template.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
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

RadTemplatedPicker()

Initializes a new instance of the RadTemplatedPicker class.

Declaration

cs-api-definition
public RadTemplatedPicker()

Fields

DisplayMemberPathProperty

Identifies the DisplayMemberPath property.

Declaration

cs-api-definition
public static readonly BindableProperty DisplayMemberPathProperty

Field Value

BindableProperty

SelectedValueProperty

Identifies the SelectedValue property.

Declaration

cs-api-definition
public static readonly BindableProperty SelectedValueProperty

Field Value

BindableProperty

SelectorTemplateProperty

Identifies the SelectorTemplate property.

Declaration

cs-api-definition
public static readonly BindableProperty SelectorTemplateProperty

Field Value

BindableProperty

Properties

DisplayMemberPath

Gets or sets the path of the property which is to be displayed.

Declaration

cs-api-definition
public string DisplayMemberPath { get; set; }

Property Value

string

SelectedValue

Gets or sets the selected value in the RadTemplatedPicker.

Declaration

cs-api-definition
public object SelectedValue { get; set; }

Property Value

object

SelectorTemplate

Gets or sets the templates used for the PickerTemplatedSelector.

Declaration

cs-api-definition
public ControlTemplate SelectorTemplate { get; set; }

Property Value

ControlTemplate