PickerDisplayView
Class
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:
Inherited Members
Constructors
C#
public PickerDisplayView()
Fields
DisplayLabelStyleProperty
BindableProperty
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
DisplayLabelStyle
Style
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; }