New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents the content area of the picker expander.

Definition

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; }