Class
PickerSettingsBase

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

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public abstract class PickerSettingsBase : StyleableElement

Inheritance: objectPickerSettingsBase

Derived Classes: PickerDropDownSettingsPickerPopupSettings

Constructors

PickerSettingsBase()

Declaration

cs-api-definition
protected PickerSettingsBase()

Fields

SelectorStyleProperty

Identifies the SelectorStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty SelectorStyleProperty

Field Value

BindableProperty

Properties

SelectorStyle

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

Declaration

cs-api-definition
public Style SelectorStyle { get; set; }

Property Value

Style