Back to Devexpress

ASPxSpreadsheet.AssociatedRibbonID Property

aspnet-devexpress-dot-web-dot-aspxspreadsheet-dot-aspxspreadsheet-07461498.md

latest1.7 KB
Original Source

ASPxSpreadsheet.AssociatedRibbonID Property

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

Namespace : DevExpress.Web.ASPxSpreadsheet

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

NuGet Package : DevExpress.Web.Office

Declaration

csharp
[DefaultValue("")]
public string AssociatedRibbonID { get; set; }
vb
<DefaultValue("")>
Public Property AssociatedRibbonID As String

Property Value

TypeDefaultDescription
StringString.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

Ribbon

Custom Ribbon

ASPxSpreadsheet Class

ASPxSpreadsheet Members

DevExpress.Web.ASPxSpreadsheet Namespace