Back to Devexpress

DXToolbar.Items Property

maui-devexpress-dot-maui-dot-controls-dot-dxtoolbar-48622cd6.md

latest1.0 KB
Original Source

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

csharp
public ObservableCollection<ToolbarElementBase> Items { get; }

Property Value

TypeDescription
ObservableCollection<ToolbarElementBase>

The collection of DXToolbar items.

|

See Also

DXToolbar Class

DXToolbar Members

DevExpress.Maui.Controls Namespace