IMenuItemInfo.IconCssClass Property
Returns the CSS class of the item’s icon.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
string IconCssClass { get; }
Property Value
Type | Description |
---|---|
String | The CSS class of the item’s icon. |
See Also