Class RadPickerBase
A base class for all pickers.
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class RadPickerBase : PickerContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Constructors
RadPickerBase()
Declaration
protected RadPickerBase()
Fields
ActualClearButtonStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualClearButtonStyleProperty
Field Value
Microsoft.
|
ActualDisplayLabelStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualDisplayLabelStyleProperty
Field Value
Microsoft.
|
ActualPlaceholderLabelStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualPlaceholderLabelStyleProperty
Field Value
Microsoft.
|
ActualToggleButtonStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualToggleButtonStyleProperty
Field Value
Microsoft.
|
BorderBrushProperty
Identifies the Border
Declaration
public static readonly BindableProperty BorderBrushProperty
Field Value
Microsoft.
|
ClearButtonStyleProperty
Identifies the Clear
Declaration
public static readonly BindableProperty ClearButtonStyleProperty
Field Value
Microsoft.
|
DisplayLabelStyleProperty
Identifies the Display
Declaration
public static readonly BindableProperty DisplayLabelStyleProperty
Field Value
Microsoft.
|
DisplayStringFormatProperty
Identifies the Display
Declaration
public static readonly BindableProperty DisplayStringFormatProperty
Field Value
Microsoft.
|
DisplayStringProperty
Identifies the Display
Declaration
public static readonly BindableProperty DisplayStringProperty
Field Value
Microsoft.
|
DisplayTemplateProperty
Identifies the Display
Declaration
public static readonly BindableProperty DisplayTemplateProperty
Field Value
Microsoft.
|
DropDownSettingsProperty
Identifies the Drop
Declaration
public static readonly BindableProperty DropDownSettingsProperty
Field Value
Microsoft.
|
IsClearButtonVisibleProperty
Identifies the Is
Declaration
public static readonly BindableProperty IsClearButtonVisibleProperty
Field Value
Microsoft.
|
IsOpenProperty
Identifies the Is
Declaration
public static readonly BindableProperty IsOpenProperty
Field Value
Microsoft.
|
IsPlaceholderVisibleProperty
Identifies the Is
Declaration
public static readonly BindableProperty IsPlaceholderVisibleProperty
Field Value
Microsoft.
|
IsToggleButtonVisibleProperty
Identifies the Is
Declaration
public static readonly BindableProperty IsToggleButtonVisibleProperty
Field Value
Microsoft.
|
PickerModeProperty
Identifies the Picker
Declaration
public static readonly BindableProperty PickerModeProperty
Field Value
Microsoft.
|
PlaceholderLabelStyleProperty
Identifies the Placeholder
Declaration
public static readonly BindableProperty PlaceholderLabelStyleProperty
Field Value
Microsoft.
|
PlaceholderProperty
Identifies the Placeholder property.
Declaration
public static readonly BindableProperty PlaceholderProperty
Field Value
Microsoft.
|
PlaceholderTemplateProperty
Identifies the Placeholder
Declaration
public static readonly BindableProperty PlaceholderTemplateProperty
Field Value
Microsoft.
|
PopupSettingsProperty
Identifies the Popup
Declaration
public static readonly BindableProperty PopupSettingsProperty
Field Value
Microsoft.
|
ToggleButtonStyleProperty
Identifies the Toggle
Declaration
public static readonly BindableProperty ToggleButtonStyleProperty
Field Value
Microsoft.
|
Properties
ActualClearButtonStyle
Gets the result of merging the default style and the style set as Clear
Declaration
public Style ActualClearButtonStyle { get; }
Property Value
Microsoft.
|
ActualDisplayLabelStyle
Gets the result of merging the default style and the style set as Display
Declaration
public Style ActualDisplayLabelStyle { get; }
Property Value
Microsoft.
|
ActualPlaceholderLabelStyle
Gets the result of merging the default style and the style set as Placeholder
Declaration
public Style ActualPlaceholderLabelStyle { get; }
Property Value
Microsoft.
|
ActualToggleButtonStyle
Gets the result of merging the default style and the style set as Toggle
Declaration
public Style ActualToggleButtonStyle { get; }
Property Value
Microsoft.
|
BorderBrush
Gets or sets the border Microsoft.
Declaration
public Brush BorderBrush { get; set; }
Property Value
Microsoft.
|
ClearButtonStyle
Gets or sets the style that will be applied to the clear button.
For more information see the Clear
Declaration
public Style ClearButtonStyle { get; set; }
Property Value
Microsoft.
|
ClearCommand
Gets the command which sets the selection to null.
Declaration
public ICommand ClearCommand { get; }
Property Value
System.
|
DisplayLabelStyle
Gets or sets the style that will be applied to the label used to visualize the selection.
Declaration
public Style DisplayLabelStyle { get; set; }
Property Value
Microsoft.
|
DisplayString
Gets the result of applying the Display
Declaration
public string DisplayString { get; }
Property Value
System.
|
DisplayStringFormat
Gets or sets the format string that is to be applied to the current selection.
Declaration
public string DisplayStringFormat { get; set; }
Property Value
System.
|
DisplayTemplate
Gets or sets the template which will visualize the current selection.
Declaration
public ControlTemplate DisplayTemplate { get; set; }
Property Value
Microsoft.
|
DropDownSettings
Gets or sets the settings that should be applied when the picker is in a drop-down mode.
For more information see the Picker
Declaration
public PickerDropDownSettings DropDownSettings { get; set; }
Property Value
IsClearButtonVisible
Gets or sets a value indicating whether the clear button is visible.
Declaration
public bool IsClearButtonVisible { get; set; }
Property Value
System.
|
IsOpen
Gets a value indicating whether the selector (popup or dropdown) is toggled.
Declaration
public bool IsOpen { get; set; }
Property Value
System.
|
IsPlaceholderVisible
Gets a value indicating whether the placeholder is currently visible in the picker.
Declaration
public bool IsPlaceholderVisible { get; }
Property Value
System.
|
IsToggleButtonVisible
Gets or sets a value indicating whether the toggle button is visible.
Declaration
public bool IsToggleButtonVisible { get; set; }
Property Value
System.
|
PickerMode
Gets or sets the currently active mode of the picker.
For more information see the Picker
Declaration
public PickerMode PickerMode { get; set; }
Property Value
Placeholder
Gets or sets the object to be displayed when there is no selection.
Declaration
public object Placeholder { get; set; }
Property Value
System.
|
PlaceholderLabelStyle
Gets or sets the style to be applied to the label defined in the default Placeholder
Declaration
public Style PlaceholderLabelStyle { get; set; }
Property Value
Microsoft.
|
PlaceholderTemplate
Gets or sets the ControlTemplate which is to be displayed when no selection is available.
Declaration
public ControlTemplate PlaceholderTemplate { get; set; }
Property Value
Microsoft.
|
PopupSettings
Gets or sets the settings that should be applied when the picker is in a popup mode.
For more information see the Picker
Declaration
public PickerPopupSettings PopupSettings { get; set; }
Property Value
ToggleButtonStyle
Gets or sets the style that will be applied to the toggle button.
For more information see the Toggle
Declaration
public Style ToggleButtonStyle { get; set; }
Property Value
Microsoft.
|
ToggleCommand
Gets the command which visualizes and hides the selector.
Declaration
public ICommand ToggleCommand { get; }
Property Value
System.
|
Methods
ClearSelection()
Declaration
public void ClearSelection()
OnHandlerChanged()
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.
|
Events
SelectionChanged
Invoked when the selection changes.
Declaration
public event EventHandler SelectionChanged
Event Type
System.
|