RibbonSettings.OneLineMode Property
Specifies if a ribbon displays all items in an active tab on one line.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to display items on one line; false, to display items on several lines. |
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.
Online Demo
See Also