RibbonMenuSubItemBuilder.Icon(String) Method
Sets the item’s icon identifier.
Namespace: DevExpress.AspNetCore.Office
Assembly: DevExpress.AspNetCore.Common.v25.1.dll
NuGet Package: DevExpress.AspNetCore.Common
Declaration
public RibbonMenuSubItemBuilder Icon(
string value
)
Parameters
| Name | Type | Description |
|---|---|---|
| value | String | An icon identifier. |
Returns
| Type | Description |
|---|---|
| RibbonMenuSubItemBuilder | An object that can be used to further configure the ribbon item. |
See Also