ASPxClientRichEdit.ReconnectToExternalRibbon Method
Reconnects the RichEdit to an external ribbon.
Declaration
ReconnectToExternalRibbon(): void
Remarks
The RichEdit editor can utilize an external ASPxRibbon control as a toolbar. The ribbon control can be specified by the ASPxRichEdit.AssociatedRibbonID property.
Use the ReconnectToExternalRibbon method to reconnect the RichEdit control to an external ribbon on the client.
See Also