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, ICrossPlatformLayout
Constructors
PickerExpanderContentView()
Declaration
public PickerExpanderContentView()
Fields
ToggleCommandProperty
Identifies the Toggle
Declaration
public static readonly BindableProperty ToggleCommandProperty
Field Value
Microsoft.
|
Properties
ToggleCommand
Gets or sets the command to execute when the selector is toggled.
Declaration
public ICommand ToggleCommand { get; set; }
Property Value
System.
|