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