Class PickerSettingsBase
A base class for all picker settings.
For more information see Picker
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 Selector
Declaration
public static readonly BindableProperty SelectorStyleProperty
Field Value
Microsoft.
|
Properties
SelectorStyle
Gets or sets the style which is applied to the selector.
Declaration
public Style SelectorStyle { get; set; }
Property Value
Microsoft.
|