Skip to main content
A newer version of this page is available. .

SpreadsheetSettings.RibbonTabs Property

Provides access to the collection of Ribbon tabs.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public SpreadsheetRibbonTabCollection RibbonTabs { get; }

Property Value

Type Description
SpreadsheetRibbonTabCollection

A SpreadsheetRibbonTabCollection object that is the collection of the Ribbon’s tabs.

Remarks

The RibbonTabs property provides access to a collection that contains tabs of the Ribbon used by the Spreadsheet. This collection provides standard means to manipulate (add or remove) tabs within the control. A particular tab can be accessed using index notation.

See Also