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

BootstrapRibbon.OneLineMode Property

Specifies if BootstrapRibbon displays all items in an active tab on one line.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

[DefaultValue(AutoBoolean.Auto)]
public AutoBoolean OneLineMode { get; set; }

Property Value

Type Default Description
AutoBoolean **Auto**

true, to display items on one line; false, to display items on several lines; auto to activate the one line mode for mobile UI only.

Available values:

Name Description
Auto

The value is determined automatically, based on the type of the end-user’s device: touch or non-touch.

True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Remarks

To see this feature in action, refer to the following online demo: Ribbon - One Line Mode.

See Also