RibbonTabCollection Class
A collection of tabs within the ASPxRibbon.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
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
Inheritance
Object
StateManagedCollectionBase
Collection
See Also