Skip to main content

ASPxRichEdit.AssociatedRibbonID Property

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

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v23.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

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

Property Value

Type Default Description
String String.Empty

A string value specifying the ribbon ID.

Remarks

ASPxRichEdit provides the capability to utilize an external ASPxRibbon control as a toolbar for the editor. Use the AssociatedRibbonID property to specify the external ribbon control by its ID.

See Also