BootstrapRibbon.OneLineMode Property
In This Article
Specifies if BootstrapRibbon displays all items in an active tab on one line.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[DefaultValue(AutoBoolean.Auto)]
public AutoBoolean OneLineMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Auto |
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