ASPxClientSpreadsheet.GetRibbon Method
In This Article
Gets access to the client ribbon object.
#Declaration
TypeScript
GetRibbon(): ASPxClientRibbon
#Returns
Type | Description |
---|---|
ASPx |
An ASPx |
#Remarks
Call the GetRibbon
method to access the ribbon.
clientSpreadSheet.GetRibbon().GetItemByName('Item').SetEnabled(true);
See Also