IRibbonTab.CategoryType Property
Returns the ribbon tab’s category.
Namespace: DevExpress.Blazor.Office
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
string CategoryType { get; }
Property Value
Type | Description |
---|---|
String | The category type. |
Remarks
Refer to the IRibbonTab interface description for more information and an example.
See Also