ClassDropDownMenuButtonToolbarItem
Class
Represents a button displaying a drop-down menu in the RadToolbar control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class DropDownMenuButtonToolbarItem : DropDownButtonToolbarItem
Inheritance: objectToolbarItemLabelToolbarItemButtonToolbarItemDropDownButtonToolbarItemDropDownMenuButtonToolbarItem
Derived Classes:
Inherited Members
Constructors
DropDownMenuButtonToolbarItem()
Initializes a new instance of the DropDownMenuButtonToolbarItem class.
Declaration
cs-api-definition
public DropDownMenuButtonToolbarItem()
Properties
Items
Gets the collection of ToolbarItems to display in the drop-down menu.
Declaration
cs-api-definition
public IList<ToolbarItem> Items { get; }
Property Value