ASPxHtmlEditor.AssociatedRibbonID Property
Specifies the ID of an ASPxRibbon control, used as an external toolbar.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A string value specifying the ribbon ID. |
Remarks
ASPxHtmlEditor provides the capability to utilize an external ASPxRibbon control as a toolbar. To enable this functionality, set the ASPxHtmlEditor.ToolbarMode property to ExternalRibbon. The ribbon control used by the editor can be specified by the AssociatedRibbonID property.
See Also