Skip to main content

ASPxClientRichEdit.ReconnectToExternalRibbon Method

In This Article

Reconnects the RichEdit to an external ribbon.

#Declaration

TypeScript
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