SpreadsheetExtension.DefaultRibbonTabs Property
In This Article
Gets an array of predefined ribbon tabs for the Spreadsheet extension.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Property Value
Type | Description |
---|---|
Ribbon |
A DevExpress. |
#Remarks
Use the static DefaultRibbonTabs property to get a collection of RibbonTab objects. This collection contains the same set of predefined ribbon tabs as the Spreadsheet extension displays when its SpreadsheetSettings.RibbonMode property is set to Ribbon.
See Also