Skip to main content

MVCxRibbonTab.Groups Property

Gets the collection of groups contained within the Ribbon tab.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxRibbonGroupCollection Groups { get; }

Property Value

Type Description
MVCxRibbonGroupCollection

A MVCxRibbonGroupCollection object that is a collection of groups contained within the Ribbon tab.

See Also