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, ICrossPlatformLayout
Constructors
PickerPlaceholderView()
Declaration
public PickerPlaceholderView()
Fields
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.
|
ToggleCommandProperty
Identifies the Toggle
Declaration
public static readonly BindableProperty ToggleCommandProperty
Field Value
Microsoft.
|
Properties
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 placeholder label.
Declaration
public Style PlaceholderLabelStyle { get; set; }
Property Value
Microsoft.
|
ToggleCommand
Gets or sets the command to execute when the selector is toggled.
Declaration
public ICommand ToggleCommand { get; set; }
Property Value
System.
|