DxRadioGroup<TData, TValue>.ItemIconCssClass Property
Specifies the name of the CSS class applied to item icons.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[Parameter]
public string ItemIconCssClass { get; set; }
Property Value
Type | Description |
---|---|
String | The CSS class name. |
See Also