Back to Devexpress

BootstrapRibbon.OneLineMode Property

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dot-bootstrapribbon.md

latest1.7 KB
Original Source

BootstrapRibbon.OneLineMode Property

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

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
[DefaultValue(AutoBoolean.Auto)]
public AutoBoolean OneLineMode { get; set; }
vb
<DefaultValue(AutoBoolean.Auto)>
Public Property OneLineMode As AutoBoolean

Property Value

TypeDefaultDescription
AutoBooleanAuto

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:

NameDescription
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

BootstrapRibbon Class

BootstrapRibbon Members

DevExpress.Web.Bootstrap Namespace