Class
DropDownButtonToolbarItem

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

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class DropDownButtonToolbarItem : ButtonToolbarItem

Inheritance: objectToolbarItemLabelToolbarItemButtonToolbarItemDropDownButtonToolbarItem

Derived Classes: DropDownListButtonToolbarItemDropDownMenuButtonToolbarItemOptionsButtonToolbarItem

Inherited Members ButtonToolbarItem.CommandPropertyButtonToolbarItem.CommandParameterPropertyButtonToolbarItem.CommandButtonToolbarItem.CommandParameterButtonToolbarItem.ClickedLabelToolbarItem.TextPropertyLabelToolbarItem.ImageSourcePropertyLabelToolbarItem.TextLabelToolbarItem.ImageSourceToolbarItem.IsVisiblePropertyToolbarItem.IsEnabledPropertyToolbarItem.StylePropertyToolbarItem.ControlTemplatePropertyToolbarItem.PlacementOptionsPropertyToolbarItem.IsInteractionEnabledPropertyToolbarItem.IsVisibleToolbarItem.IsEnabledToolbarItem.StyleToolbarItem.ControlTemplateToolbarItem.PlacementOptionsToolbarItem.ToolbarToolbarItem.ParentToolbarItem.IsInteractionEnabled

Constructors

DropDownButtonToolbarItem()

Declaration

cs-api-definition
public DropDownButtonToolbarItem()

Fields

DropDownContentStyleProperty

Identifies the DropDownContentStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty DropDownContentStyleProperty

Field Value

BindableProperty

DropDownContentTemplateProperty

Identifies the DropDownContentTemplate property.

Declaration

cs-api-definition
public static readonly BindableProperty DropDownContentTemplateProperty

Field Value

BindableProperty

DropDownIndicatorStyleProperty

Identifies the DropDownIndicatorStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty DropDownIndicatorStyleProperty

Field Value

BindableProperty

DropDownIndicatorTemplateProperty

Identifies the DropDownIndicatorTemplate property.

Declaration

cs-api-definition
public static readonly BindableProperty DropDownIndicatorTemplateProperty

Field Value

BindableProperty

IsOpenProperty

Identifies the IsOpen property.

Declaration

cs-api-definition
public static readonly BindableProperty IsOpenProperty

Field Value

BindableProperty

Properties

DropDownContentStyle

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

Declaration

cs-api-definition
public Style DropDownContentStyle { get; set; }

Property Value

Style

DropDownContentTemplate

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

Declaration

cs-api-definition
public ControlTemplate DropDownContentTemplate { get; set; }

Property Value

ControlTemplate

DropDownIndicatorStyle

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

Declaration

cs-api-definition
public Style DropDownIndicatorStyle { get; set; }

Property Value

Style

DropDownIndicatorTemplate

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

Declaration

cs-api-definition
public ControlTemplate DropDownIndicatorTemplate { get; set; }

Property Value

ControlTemplate

IsOpen

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

Declaration

cs-api-definition
public bool IsOpen { get; set; }

Property Value

bool

Events

IsOpenChanged

Raised when the IsOpen property has changed.

Declaration

cs-api-definition
public event EventHandler IsOpenChanged

Event Value

EventHandler