ClassPickerPlaceholderView
Class
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:
cs-api-definition
public class PickerPlaceholderView : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewPickerPlaceholderView
Implements:
Inherited Members
Constructors
PickerPlaceholderView()
Declaration
cs-api-definition
public PickerPlaceholderView()
Fields
PlaceholderLabelStyleProperty
Identifies the PlaceholderLabelStyle property.
Declaration
cs-api-definition
public static readonly BindableProperty PlaceholderLabelStyleProperty
Field Value
BindableProperty
PlaceholderProperty
Identifies the Placeholder property.
Declaration
cs-api-definition
public static readonly BindableProperty PlaceholderProperty
Field Value
BindableProperty
ToggleCommandProperty
Identifies the ToggleCommand property.
Declaration
cs-api-definition
public static readonly BindableProperty ToggleCommandProperty
Field Value
BindableProperty
Properties
Placeholder
Gets or sets the object to be displayed when there is no selection.
PlaceholderLabelStyle
Gets or sets the style to be applied to the placeholder label.
Declaration
cs-api-definition
public Style PlaceholderLabelStyle { get; set; }
Property Value
Style
ToggleCommand
Gets or sets the command to execute when the selector is toggled.