Back to Devexpress

SpreadsheetRibbonTabCollection Class

aspnet-devexpress-dot-web-dot-aspxspreadsheet-0b2ed581.md

latest3.5 KB
Original Source

SpreadsheetRibbonTabCollection Class

A collection of Ribbon tabs related to the ASPxSpreadsheet.

Namespace : DevExpress.Web.ASPxSpreadsheet

Assembly : DevExpress.Web.ASPxSpreadsheet.v25.2.dll

NuGet Package : DevExpress.Web.Office

Declaration

csharp
public class SpreadsheetRibbonTabCollection :
    RibbonTabCollection,
    IRibbonOwner
vb
Public Class SpreadsheetRibbonTabCollection
    Inherits RibbonTabCollection
    Implements IRibbonOwner

The following members return SpreadsheetRibbonTabCollection objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxSpreadsheet.RibbonTabs
ASP.NET MVC ExtensionsSpreadsheetSettings.RibbonTabs

Remarks

A Ribbon control used by the ASPxSpreadsheet holds its tabs within a collection represented by an instance of the SpreadsheetRibbonTabCollection class. This collection can be accessed via the ASPxSpreadsheet.RibbonTabs property. The properties and methods exposed by the SpreadsheetRibbonTabCollection 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 SpreadsheetRibbonTabCollection

See Also

SpreadsheetRibbonTabCollection Members

DevExpress.Web.ASPxSpreadsheet Namespace