IToolbarItemInfo.IconCssClass Property
In This Article
Returns the CSS class of the icon displayed by the item.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
string IconCssClass { get; }
#Property Value
Type | Description |
---|---|
String | The name of a CSS class. |
See Also