Class DropDownMenuButtonToolbarItem
Represents a button displaying a drop-down menu in the Rad
Inheritance
System.Object
DropDownMenuButtonToolbarItem
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DropDownMenuButtonToolbarItem : DropDownButtonToolbarItem
Constructors
DropDownMenuButtonToolbarItem()
Initializes a new instance of the Drop
Declaration
public DropDownMenuButtonToolbarItem()
Properties
Items
Gets the collection of Toolbar
Declaration
public IList<ToolbarItem> Items { get; }
Property Value
System.
|