Represents the content area of the picker expander.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class PickerExpanderContentView : PickerContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewPickerContentViewPickerExpanderContentView
Implements:
Inherited Members
Constructors
Initializes a new instance of the PickerExpanderContentView class.
C#
public PickerExpanderContentView()
Fields
ToggleCommandProperty
BindableProperty
Identifies the ToggleCommand property.
C#
public static readonly BindableProperty ToggleCommandProperty
Properties
Gets or sets the command to execute when the selector is toggled.
C#
public ICommand ToggleCommand { get; set; }