DxRadio<TValue>.IconCssClass Property
Specifies the name of the CSS class applied to the radio button’s icon.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[Parameter]
public override string IconCssClass { get; set; }
Property Value
Type | Description |
---|---|
String | The CSS class name. |
See Also