ASPxRibbon.Tabs Property
Gets the collection of tabs.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public RibbonTabCollection Tabs { get; }
#Property Value
Type | Description |
---|---|
Ribbon |
A Ribbon |
#Remarks
The Tabs property provides access to a collection that contains tabs of the current ribbon control. This collection provides standard means to manipulate (add or remove) tabs within the control. A particular tab can be accessed using index notation.