RibbonMenuItemBuilder.ShowText(Boolean) Method
Sets the item’s text visibility.
Namespace: DevExpress.AspNetCore.Office
Assembly: DevExpress.AspNetCore.Common.v24.1.dll
NuGet Package: DevExpress.AspNetCore.Common
Declaration
public RibbonMenuItemBuilder ShowText(
bool value
)
Parameters
Name | Type | Description |
---|---|---|
value | Boolean | true, to display the item text; otherwise, false. |
Returns
Type | Description |
---|---|
RibbonMenuItemBuilder | An object that can be used to further configure the ribbon item. |
See Also