ToolbarControl.Groups Property
In This Article
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
#Property Value
Type | Description |
---|---|
DevExpress. |
A collection of toolbar groups. |
#Remarks
Groups are represented by ToolbarGroup objects.
See Also