Skip to main content

ToolbarControl.Groups Property

Gets the collection of groups displayed by the toolbar control.

Namespace: DevExpress.UI.Xaml.Ribbon

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

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public ToolbarGroupCollection Groups { get; }

#Property Value

Type Description
DevExpress.UI.Xaml.Ribbon.ToolbarGroupCollection

A collection of toolbar groups.

#Remarks

Groups are represented by ToolbarGroup objects.

See Also