Skip to main content

DXToolbar.Items Property

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

public ObservableCollection<ToolbarElementBase> Items { get; }

Property Value

Type Description
ObservableCollection<ToolbarElementBase>

The collection of DXToolbar items.

See Also