RibbonMenuItemBuilder.CommandName(String) Method
Sets the command name associated with the item.
Namespace: DevExpress.AspNetCore.Office
Assembly: DevExpress.AspNetCore.Common.v24.1.dll
NuGet Package: DevExpress.AspNetCore.Common
Declaration
public RibbonMenuItemBuilder CommandName(
string value
)
Parameters
Name | Type | Description |
---|---|---|
value | String | The command name. |
Returns
Type | Description |
---|---|
RibbonMenuItemBuilder | An object that can be used to further configure the ribbon item. |
See Also