Back to Devexpress

RibbonGalleryBarItem.OneLineModeSettings Property

aspnet-devexpress-dot-web-dot-ribbongallerybaritem.md

latest1.9 KB
Original Source

RibbonGalleryBarItem.OneLineModeSettings Property

Provide access to a ribbon gallery bar item‘s settings in the one line mode.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
RibbonItemOneLineModeSettings

A RibbonItemOneLineModeSettings object containing the item’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 text.

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

See Also

RibbonGalleryBarItem Class

RibbonGalleryBarItem Members

DevExpress.Web Namespace