Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

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