Back to Devexpress

ASPxRibbon.OneLineMode Property

aspnet-devexpress-dot-web-dot-aspxribbon-473ec256.md

latest1.6 KB
Original Source

ASPxRibbon.OneLineMode Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool OneLineMode { get; set; }
vb
<DefaultValue(False)>
Public Property OneLineMode As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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.

Concept

One Line Mode

Online Demo

Ribbon - One Line Mode

See Also

Ribbon

ASPxRibbon Class

ASPxRibbon Members

DevExpress.Web Namespace