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, ICrossPlatformLayout
Constructors
PickerDisplayView()
Declaration
public PickerDisplayView()
Fields
DisplayLabelStyleProperty
Identifies the Display
Declaration
public static readonly BindableProperty DisplayLabelStyleProperty
Field Value
Microsoft.
|
DisplayStringProperty
Identifies the Display
Declaration
public static readonly BindableProperty DisplayStringProperty
Field Value
Microsoft.
|
ToggleCommandProperty
Identifies the Toggle
Declaration
public static readonly BindableProperty ToggleCommandProperty
Field Value
Microsoft.
|
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.
|
DisplayString
Gets or sets the text of the label used to visualize the selection.
Declaration
public string DisplayString { get; set; }
Property Value
System.
|
ToggleCommand
Gets or sets the command to execute when the selector is toggled.
Declaration
public ICommand ToggleCommand { get; set; }
Property Value
System.
|