Skip to main content

ToolbarControl.GroupsSource Property

Gets or sets the source of groups with which this ToolbarControl should be populated. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Ribbon

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public object GroupsSource { get; set; }

Property Value

Type Description
Object

An object that stores toolbar groups.

See Also