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

A base class for all picker settings. For more information see PickerMode.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public abstract class PickerSettingsBase : StyleableElement

Inheritance: objectPickerSettingsBase

Derived Classes: PickerDropDownSettingsPickerPopupSettings

Constructors

C#
protected PickerSettingsBase()

Fields

SelectorStyleProperty

BindableProperty

Identifies the SelectorStyle property.

C#
public static readonly BindableProperty SelectorStyleProperty

Properties

Gets or sets the style which is applied to the selector.

C#
public Style SelectorStyle { get; set; }