Class PickerSettingsBase
A base class for all picker settings. For more information see PickerMode.
Inheritance
System.Object
PickerSettingsBase
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class PickerSettingsBase : BindableObject
Constructors
PickerSettingsBase()
Declaration
protected PickerSettingsBase()
Fields
SelectorStyleProperty
Identifies the SelectorStyle property.
Declaration
public static readonly BindableProperty SelectorStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
SelectorStyle
Gets or sets the style which is applied to the selector.
Declaration
public Style SelectorStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|