Hi Jim Young,
We have checked your reported query. We can customize the Button component by using CssClass as demonstrated in the below code snippet.
|
<SfButton IconCss="e-icons e-delete-icon" IconPosition="IconPosition.Right" CssClass="e-custom">Remove</SfButton>
<style>
.e-delete-icon::before {
content: '\e773';
}
.e-custom {
color : black;
background-color: antiquewhite;
border-color: red;
}
</style> |
For your reference, we have prepared a sample based on your scenario. Please check the below link.
Please get back to us, if you need further assistance.
Regards,
Gayathri K