A newer version of this page is available.
Switch to the current version.
ASPxRichEdit.RibbonMode Property
Specifies the type of the ASPxRichEdit toolbar.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v19.2.dll
Declaration
[DefaultValue(RichEditRibbonMode.Auto)]
public virtual RichEditRibbonMode RibbonMode { get; set; }
<DefaultValue(RichEditRibbonMode.Auto)>
Public Overridable Property RibbonMode As RichEditRibbonMode
Property Value
Type | Default | Description |
---|---|---|
RichEditRibbonMode | Auto |
One of the RichEditRibbonMode enumeration values. |
Remarks
The ASPxRichEdit control supports either an internal or external ribbon navigation element. Use the RibbonMode property to specify the ribbon type.
If this property is set to RichEditRibbonMode.ExternalRibbon, an external ASPxRibbon control is used as a toolbar. Use the ASPxRichEdit.AssociatedRibbonID property to specify the ASPxRibbon control to be used as an external ribbon.
To customize ribbon tabs, use the ASPxRichEdit.RibbonTabs property.
See Also
Feedback