Skip to main content
A newer version of this page is available. .
Tab

RibbonItemOneLineModeSettings.Text Property

Gets settings that define a ribbon gallery bar item‘s text in the one line mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
public string Text { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that specifies the item text.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Text
ASP.NET Bootstrap Controls BootstrapRibbonGalleryBarItem
ASP.NET Web Forms Controls RibbonGalleryBarItem

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 Text property to specify a text to be displayed in the gallery bar item in the one line mode.

See Also