New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents the content to display in a picker when a value is selected.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class PickerDisplayView : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewPickerDisplayView

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView...

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

Constructors

C#
public PickerDisplayView()

Fields

Identifies the DisplayLabelStyle property.

C#
public static readonly BindableProperty DisplayLabelStyleProperty

DisplayStringProperty

BindableProperty

Identifies the DisplayString property.

C#
public static readonly BindableProperty DisplayStringProperty

ToggleCommandProperty

BindableProperty

Identifies the ToggleCommand property.

C#
public static readonly BindableProperty ToggleCommandProperty

Properties

Gets or sets the style that will be applied to the label used to visualize the selection.

C#
public Style DisplayLabelStyle { get; set; }

Gets or sets the text of the label used to visualize the selection.

C#
public string DisplayString { get; set; }

Gets or sets the command to execute when the selector is toggled.

C#
public ICommand ToggleCommand { get; set; }