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

RibbonTabBase.GroupsSource Property

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

Namespace: DevExpress.UI.Xaml.Ribbon

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

Declaration

public object GroupsSource { get; set; }

Property Value

Type Description
Object

An object that stores ribbon groups.

See Also