Class GroupToolbarItem
Represents a group of toolbar items in the Rad
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class GroupToolbarItem : ToolbarItem
Constructors
GroupToolbarItem()
Properties
Items
Gets the collection of Toolbar
Declaration
public IList<ToolbarItem> Items { get; }
Property Value
System.
|