Back to Devexpress

ASPxRibbon.Tabs Property

aspnet-devexpress-dot-web-dot-aspxribbon-a15f68ae.md

latest1.4 KB
Original Source

ASPxRibbon.Tabs Property

Gets the collection of tabs.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public RibbonTabCollection Tabs { get; }
vb
Public ReadOnly Property Tabs As RibbonTabCollection

Property Value

TypeDescription
RibbonTabCollection

A RibbonTabCollection object that is the collection of the ribbon’s tabs.

|

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.

See Also

Ribbon

ASPxRibbon Class

ASPxRibbon Members

DevExpress.Web Namespace