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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to ShowExpandButtonText |
---|---|
RibbonGroup |
|
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