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

RibbonGroupOneLineModeSettings.ShowExpandButtonText Property

Specifies if the group text should be displayed in a collapsed group in the one line mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(true)]
public bool ShowExpandButtonText { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to display the text; otherwise, false.

Property Paths

You can access this nested property as listed below:

Show 24 property paths
Library Object Type Path to ShowExpandButtonText
ASP.NET Bootstrap Controls BootstrapRibbonGroup
.OneLineModeSettings.ShowExpandButtonText
Reporting DocumentViewerExportRibbonGroup
.OneLineModeSettings.ShowExpandButtonText
DocumentViewerNavigationRibbonGroup
.OneLineModeSettings.ShowExpandButtonText
DocumentViewerPrintRibbonGroup
.OneLineModeSettings.ShowExpandButtonText
DocumentViewerReportRibbonGroup
.OneLineModeSettings.ShowExpandButtonText
DocumentViewerRibbonGroupBase
.OneLineModeSettings.ShowExpandButtonText
ASP.NET Web Forms Controls HEClipboardRibbonGroup
.OneLineModeSettings.ShowExpandButtonText
HEDeleteTableRibbonGroup
.OneLineModeSettings.ShowExpandButtonText
HEEditingRibbonGroup
.OneLineModeSettings.ShowExpandButtonText
HEFontRibbonGroup
.OneLineModeSettings.ShowExpandButtonText
HEImagesRibbonGroup
.OneLineModeSettings.ShowExpandButtonText
HEInsertTableRibbonGroup
.OneLineModeSettings.ShowExpandButtonText
HELinksRibbonGroup
.OneLineModeSettings.ShowExpandButtonText
HEMediaRibbonGroup
.OneLineModeSettings.ShowExpandButtonText
HEMergeTableRibbonGroup
.OneLineModeSettings.ShowExpandButtonText
HEParagraphRibbonGroup
.OneLineModeSettings.ShowExpandButtonText
HERibbonGroupBase
.OneLineModeSettings.ShowExpandButtonText
HESpellingRibbonGroup
.OneLineModeSettings.ShowExpandButtonText
HETablePropertiesRibbonGroup
.OneLineModeSettings.ShowExpandButtonText
HETablesRibbonGroup
.OneLineModeSettings.ShowExpandButtonText
HEUndoRibbonGroup
.OneLineModeSettings.ShowExpandButtonText
HEViewsRibbonGroup
.OneLineModeSettings.ShowExpandButtonText
MVCxRibbonGroup
.OneLineModeSettings.ShowExpandButtonText
RibbonGroup
.OneLineModeSettings.ShowExpandButtonText

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 ShowExpandButtonText property to specify if a ribbon group text, which can be specified by the RibbonGroup.Text property, is displayed in a collapsed group in the one line mode

See Also