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

SpreadsheetRibbonContextTabCategoryCollection.Spreadsheet Property

Gets the ASPxSpreadsheet control to which the current SpreadsheetRibbonContextTabCategoryCollection collection belongs.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

NuGet Package: DevExpress.Web.Office

Declaration

public ASPxSpreadsheet Spreadsheet { get; }

Property Value

Type Description
ASPxSpreadsheet

The ASPxSpreadsheet control that owns the collection.

See Also