Skip to main content
Tab

RibbonTabCollection Class

A collection of tabs within the ASPxRibbon.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class RibbonTabCollection :
    RibbonTabCollection<RibbonTab>

The following members return RibbonTabCollection objects:

Remarks

A ribbon control holds its tabs within a collection represented by an instance of the RibbonTabCollection class and can be accessed via the ASPxRibbon.Tabs property. The properties and methods exposed by the RibbonTabCollection class can be used to perform common collection operations such as adding new or deleting existing tabs. Each item of the collection is represented by a RibbonTab object. Individual tabs can be accessed using indexer notation.

Implements

DevExpress.Utils.IAssignableCollection
See Also