HtmlEditorRibbonToolbarSettings.OneLineMode Property
Specifies if a ribbon displays all items in an active tab on one line.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | false |
|
Property Paths
You can access this nested property as listed below:
| Object Type | Path to OneLineMode |
|---|---|
| ASPxHtmlEditorSettings |
|
Remarks
Set the OneLineMode property to true to display all items in an active tab in one line, which makes the ribbon look more compact.

See Also