Class PickerPlaceholderView
Represents the placeholder content to display in a picker when no value is selected.
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class PickerPlaceholderView : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding
Constructors
PickerPlaceholderView()
Declaration
public PickerPlaceholderView()
Fields
PlaceholderLabelStyleProperty
Identifies the PlaceholderLabelStyle property.
Declaration
public static readonly BindableProperty PlaceholderLabelStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
PlaceholderProperty
Identifies the Placeholder property.
Declaration
public static readonly BindableProperty PlaceholderProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ToggleCommandProperty
Identifies the ToggleCommand property.
Declaration
public static readonly BindableProperty ToggleCommandProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Placeholder
Gets or sets the object to be displayed when there is no selection.
Declaration
public object Placeholder { get; set; }
Property Value
System.Object
|
PlaceholderLabelStyle
Gets or sets the style to be applied to the placeholder label.
Declaration
public Style PlaceholderLabelStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
ToggleCommand
Gets or sets the command to execute when the selector is toggled.
Declaration
public ICommand ToggleCommand { get; set; }
Property Value
System.Windows.Input.ICommand
|