Class PickerDisplayView
Represents the content to display in a picker when a value is selected.
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class PickerDisplayView : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding
Constructors
PickerDisplayView()
Declaration
public PickerDisplayView()
Fields
DisplayLabelStyleProperty
Identifies the DisplayLabelStyle property.
Declaration
public static readonly BindableProperty DisplayLabelStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
DisplayStringProperty
Identifies the DisplayString property.
Declaration
public static readonly BindableProperty DisplayStringProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ToggleCommandProperty
Identifies the ToggleCommand property.
Declaration
public static readonly BindableProperty ToggleCommandProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
DisplayLabelStyle
Gets or sets the style that will be applied to the label used to visualize the selection.
Declaration
public Style DisplayLabelStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
DisplayString
Gets or sets the text of the label used to visualize the selection.
Declaration
public string DisplayString { get; set; }
Property Value
System.String
|
ToggleCommand
Gets or sets the command to execute when the selector is toggled.
Declaration
public ICommand ToggleCommand { get; set; }
Property Value
System.Windows.Input.ICommand
|