ASPxClientSpreadsheet.GetRibbon Method
Gets access to the client ribbon object.
Declaration
GetRibbon(): ASPxClientRibbon
Returns
Type | Description |
---|---|
ASPxClientRibbon | An ASPxClientRibbon object specifying the RichEdit’s ribbon. |
Remarks
Call the GetRibbon
method to access the ribbon.
clientSpreadSheet.GetRibbon().GetItemByName('Item').SetEnabled(true);
See Also