Skip to main content
A newer version of this page is available. .

ToolbarControl.Groups Property

Gets the collection of groups displayed by the toolbar control.

Namespace: DevExpress.UI.Xaml.Ribbon

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

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