BootstrapRibbon.OneLineMode Property
Specifies if BootstrapRibbon displays all items in an active tab on one line.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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 |
False | Corresponds to a Boolean value of |
Remarks
To see this feature in action, refer to the following online demo: Ribbon - One Line Mode.
See Also