DXToolbar.Items Property
In This Article
Gets the collection of DXToolbar items and pages. Use this collection to populate the DXToolbar control with items and pages.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
#Declaration
C#
public ObservableCollection<ToolbarElementBase> Items { get; }
#Property Value
Type | Description |
---|---|
Observable |
The collection of DXToolbar items. |
See Also