Class
PickerExpanderContentView

Represents the content area of the picker expander.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class PickerExpanderContentView : PickerContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewPickerContentViewPickerExpanderContentView

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView

Inherited Members PickerContentView.BackgroundColorPropertyPickerContentView.BorderColorPropertyPickerContentView.BorderBrushPropertyPickerContentView.BorderThicknessPropertyPickerContentView.CornerRadiusPropertyPickerContentView.BackgroundColorPickerContentView.BorderColorPickerContentView.BorderBrushPickerContentView.BorderThicknessPickerContentView.CornerRadiusRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnBindingContextChanged()RadContentView.OnHandlerChanged()

Constructors

PickerExpanderContentView()

Initializes a new instance of the PickerExpanderContentView class.

Declaration

cs-api-definition
public PickerExpanderContentView()

Fields

ToggleCommandProperty

Identifies the ToggleCommand property.

Declaration

cs-api-definition
public static readonly BindableProperty ToggleCommandProperty

Field Value

BindableProperty

Properties

ToggleCommand

Gets or sets the command to execute when the selector is toggled.

Declaration

cs-api-definition
public ICommand ToggleCommand { get; set; }

Property Value

ICommand