Back to Devexpress

RibbonTabCollection Class

aspnet-devexpress-dot-web-dd0d3dab.md

latest3.2 KB
Original Source

RibbonTabCollection Class

A collection of tabs within the ASPxRibbon.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class RibbonTabCollection :
    RibbonTabCollection<RibbonTab>
vb
Public Class RibbonTabCollection
    Inherits RibbonTabCollection(Of 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

IList

IList<RibbonTab>

ICollection<RibbonTab>

IEnumerable<RibbonTab>

IStateManager

DevExpress.Utils.IAssignableCollection

ICollection

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<RibbonTab> DevExpress.Web.RibbonTabCollection<RibbonTab> RibbonTabCollection RichEditRibbonTabCollection

SpreadsheetRibbonTabCollection

MVCxRibbonTabCollection

See Also

RibbonTabCollection Members

Ribbon

DevExpress.Web Namespace