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

SpreadsheetRibbonTabCollection.Ribbon Property

Gets a ribbon to which the tab collection belongs.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

NuGet Package: DevExpress.Web.Office

Declaration

public override ASPxRibbon Ribbon { get; }

Property Value

Type Description
ASPxRibbon

A ASPxRibbon object representing the ribbon owning the tab collection.

See Also