Skip to main content

SpreadsheetRibbonTabCollection.Ribbon Property

Gets a ribbon to which the tab collection belongs.

Namespace: DevExpress.Web.ASPxSpreadsheet

Assembly: DevExpress.Web.ASPxSpreadsheet.v24.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