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

Represents a button displaying a drop-down panel in the RadToolbar control.

Definition

Constructors

C#
public DropDownButtonToolbarItem()

Fields

Identifies the DropDownContentStyle property.

C#
public static readonly BindableProperty DropDownContentStyleProperty

Identifies the DropDownContentTemplate property.

C#
public static readonly BindableProperty DropDownContentTemplateProperty

Identifies the DropDownIndicatorStyle property.

C#
public static readonly BindableProperty DropDownIndicatorStyleProperty

Identifies the DropDownIndicatorTemplate property.

C#
public static readonly BindableProperty DropDownIndicatorTemplateProperty

IsOpenProperty

BindableProperty

Identifies the IsOpen property.

C#
public static readonly BindableProperty IsOpenProperty

Properties

Gets or sets the Style of the drop-down content. The target type of this style is DropDownButtonToolbarItemViewContent.

C#
public Style DropDownContentStyle { get; set; }

Gets or sets the ControlTemplate of the drop-down content. The target type of this template is DropDownButtonToolbarItemViewContent.

C#
public ControlTemplate DropDownContentTemplate { get; set; }

Gets or sets the Style of the drop-down indicator. The target type of this style is DropDownButtonToolbarItemViewIndicator.

C#
public Style DropDownIndicatorStyle { get; set; }

Gets or sets the ControlTemplate of the drop-down indicator. The target type of this template is DropDownButtonToolbarItemViewIndicator.

C#
public ControlTemplate DropDownIndicatorTemplate { get; set; }

Gets or sets a value indicating whether the drop-down is currently open.

C#
public bool IsOpen { get; set; }

Events

Raised when the IsOpen property has changed.

C#
public event EventHandler IsOpenChanged