Skip to main content
A newer version of this page is available. .

ASPxHtmlEditor.AssociatedRibbonID Property

Specifies the ID of an ASPxRibbon control, used as an external toolbar.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string AssociatedRibbonID { get; set; }

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