Skip to main content
A newer version of this page is available. .

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

Declaration

[DefaultValue(false)]
public bool OneLineMode { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to display items on one line; false, to display items on several lines.

Property Paths

You can access this nested property as listed below:

Object Type Path to OneLineMode
ASPxHtmlEditorSettings
.SettingsRibbonToolbar.OneLineMode

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.

Ribbon_OneLineMode

Online Demo

Ribbon - One Line Mode

See Also