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