aspnet-devexpress-dot-web-dd0d3dab.md
A collection of tabs within the ASPxRibbon.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class RibbonTabCollection :
RibbonTabCollection<RibbonTab>
Public Class RibbonTabCollection
Inherits RibbonTabCollection(Of RibbonTab)
The following members return RibbonTabCollection objects:
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.
DevExpress.Utils.IAssignableCollection
Object StateManagedCollectionBase Collection Collection<RibbonTab> DevExpress.Web.RibbonTabCollection<RibbonTab> RibbonTabCollection RichEditRibbonTabCollection
SpreadsheetRibbonTabCollection
See Also