Back to Devexpress

RibbonGroup.OneLineModeSettings Property

aspnet-devexpress-dot-web-dot-ribbongroup-16289f7a.md

latest2.1 KB
Original Source

RibbonGroup.OneLineModeSettings Property

Provide access to a group‘s settings in one line mode.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual RibbonGroupOneLineModeSettings OneLineModeSettings { get; }
vb
Public Overridable ReadOnly Property OneLineModeSettings As RibbonGroupOneLineModeSettings

Property Value

TypeDescription
RibbonGroupOneLineModeSettings

A RibbonGroupOneLineModeSettings object containing the group’s settings.

|

Remarks

When the ASPxRibbon.OneLineMode property is set to true, the ASPxRibbon control displays all items in an active tab in one line. In this mode, every ribbon element can be represented by a small image (16x16 px) and a text.

Use the OneLineModeSettings property to access the settings that allow you to specify the image and text to be displayed in the group in the one line mode.

See Also

One Line Mode

OneLineMode

Ribbon

RibbonGroup Class

RibbonGroup Members

DevExpress.Web Namespace