Skip to main content

ASPxSpreadsheet.AssociatedRibbonID Property

Specifies the ID of an ASPxRibbon control, used as an external toolbar.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

NuGet Package: DevExpress.Web.Office

Declaration

[DefaultValue("")]
public string AssociatedRibbonID { get; set; }

Property Value

Type Default Description
String String.Empty

A string value specifying the ribbon ID.

Remarks

ASPxSpreadsheet provides the capability to utilize an external ASPxRibbon control as a toolbar for the Spreadsheet.

See Also