PickerSettingsBase
Class
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:
Constructors
C#
protected PickerSettingsBase()
Fields
SelectorStyleProperty
BindableProperty
Identifies the SelectorStyle property.
C#
public static readonly BindableProperty SelectorStyleProperty
Properties
SelectorStyle
Style
Gets or sets the style which is applied to the selector.
C#
public Style SelectorStyle { get; set; }