IRibbonTab.CategoryType Property
In This Article
Returns the ribbon tab’s category.
Namespace: DevExpress.Blazor.Office
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
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