Back to Devexpress

RichEditRibbonMode Enum

aspnet-devexpress-dot-web-dot-aspxrichedit-c18466c6.md

latest1.9 KB
Original Source

RichEditRibbonMode Enum

Lists values that specify the type of the ribbon navigation element used by the ASPxRichEdit control.

Namespace : DevExpress.Web.ASPxRichEdit

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

NuGet Package : DevExpress.Web.Office

Declaration

csharp
public enum RichEditRibbonMode
vb
Public Enum RichEditRibbonMode

Members

NameDescription
Ribbon

The toolbar for the Rich Text Editor is rendered as a built-in ribbon.

| | ExternalRibbon |

An external ribbon is used by the Rich Text Editor as a toolbar.

| | None |

The Rich Text Editor has no toolbars.

| | Auto |

The value is determined automatically, based on the type of the end-user’s device: touch or non-touch. Corresponds to Ribbon under non-touch device browsers. Corresponds to OneLineRibbon under touch device browsers.

| | OneLineRibbon |

The built-in ribbon displays all items in an active tab on one line.

|

The following properties accept/return RichEditRibbonMode values:

LibraryRelated API Members
ASP.NET Bootstrap ControlsBootstrapRichEdit.RibbonMode
ASP.NET Web Forms ControlsASPxRichEdit.RibbonMode
ASP.NET MVC ExtensionsRichEditSettings.RibbonMode

See Also

DevExpress.Web.ASPxRichEdit Namespace