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

RibbonGroup.Tab Property

Gets the tab to which the current group belongs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public RibbonTab Tab { get; }

Property Value

Type Description
RibbonTab

A RibbonTab object is the tab that contains the group.

Remarks

The Tab property provides access to the tab object whose RibbonTab.Groups collection contains the current group.

See Also