DxSpinButtons.DownButtonIconCssClass Property
Specifies the CSS class for the down button’s icon.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[Parameter]
public override string DownButtonIconCssClass { get; set; }
Property Value
Type | Description |
---|---|
String | The CSS class name. |
See Also