Class PickerExpanderContentView
Represents the content area of the picker expander.
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class PickerExpanderContentView : PickerContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding
Constructors
PickerExpanderContentView()
Declaration
public PickerExpanderContentView()
Fields
ToggleCommandProperty
Identifies the ToggleCommand property.
Declaration
public static readonly BindableProperty ToggleCommandProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
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
|