SpreadsheetExtension.DefaultRibbonContextTabCategories Property
Gets an array of predefined ribbon context tab categories for the Spreadsheet extension.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
RibbonContextTabCategory[] | A DevExpress.Web.RibbonContextTabCategory[] object that is an array of default ribbon context tab categories. |
Remarks
Use the static DefaultRibbonContextTabCategories property to get a collection of RibbonContextTabCategory objects.
See Also