RibbonContextTabCategoryInfoBuilder<TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder>.Name(String) Method
Sets the category name.
Namespace: DevExpress.AspNetCore.Office
Assembly: DevExpress.AspNetCore.Common.v25.1.dll
NuGet Package: DevExpress.AspNetCore.Common
Declaration
public RibbonContextTabCategoryInfoBuilder<TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder> Name(
string value
)
Parameters
| Name | Type | Description |
|---|---|---|
| value | String | The category name. |
Returns
| Type | Description |
|---|---|
| RibbonContextTabCategoryInfoBuilder<TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder> | An object that can be used to further configure the context tab category. |
See Also