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

ASPxSpreadsheet.AssociatedRibbonID Property

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

Namespace: DevExpress.Web.ASPxSpreadsheet

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

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