ASPxHtmlEditor.AssociatedRibbonID Property
In This Article
Specifies the ID of an ASPxRibbon control, used as an external toolbar.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
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