ClassPickerDisplayView
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:
cs-api-definition
public class PickerDisplayView : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewPickerDisplayView
Implements:
Inherited Members
Constructors
PickerDisplayView()
Declaration
cs-api-definition
public PickerDisplayView()
Fields
DisplayLabelStyleProperty
Identifies the DisplayLabelStyle property.
Declaration
cs-api-definition
public static readonly BindableProperty DisplayLabelStyleProperty
Field Value
BindableProperty
DisplayStringProperty
Identifies the DisplayString property.
Declaration
cs-api-definition
public static readonly BindableProperty DisplayStringProperty
Field Value
BindableProperty
ToggleCommandProperty
Identifies the ToggleCommand property.
Declaration
cs-api-definition
public static readonly BindableProperty ToggleCommandProperty
Field Value
BindableProperty
Properties
DisplayLabelStyle
Gets or sets the style that will be applied to the label used to visualize the selection.
Declaration
cs-api-definition
public Style DisplayLabelStyle { get; set; }
Property Value
Style
DisplayString
Gets or sets the text of the label used to visualize the selection.
ToggleCommand
Gets or sets the command to execute when the selector is toggled.