Skip to main content

ToolbarGroup.Items Property

Provides access to the collection of items within the group.

Namespace: DevExpress.UI.Xaml.Ribbon

Assembly: DevExpress.UI.Xaml.Ribbon.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public ToolbarItemCollection Items { get; }

Property Value

Type Description
DevExpress.UI.Xaml.Ribbon.ToolbarItemCollection

A collection of toolbar items.

Remarks

The Ribbon And Toolbar Items document describes available ribbon items.

See Also