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

HtmlEditorSettings.AssociatedRibbonName Property

Gets or sets the name of the Ribbon that the HtmlEditor is associated with.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public string AssociatedRibbonName { get; set; }

Property Value

Type Description
String

A string value that is the Ribbon name.

Remarks

HtmlEditor provides the capability to utilize an external Ribbon extension as a toolbar. To enable this functionality, set the HtmlEditorSettings.ToolbarMode property to ExternalRibbon. The ribbon extension used by the HtmlEditor can be specified by the AssociatedRibbonName property.

See Also