Class
PickerPlaceholderView

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: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView

Inherited Members RadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnBindingContextChanged()RadContentView.OnHandlerChanged()

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.

Declaration

cs-api-definition
public object Placeholder { get; set; }

Property Value

object

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.

Declaration

cs-api-definition
public ICommand ToggleCommand { get; set; }

Property Value

ICommand