I need to modify the description of the button name that is inside the datagridview
I'm using DevExpress - WindowsForm - C #
How do I change the button line by line automatically based on the value of my cell "TYPE"?
For example: In the "TYPE" column, when the cell value is "Service" the button displays the description "Receive" and when the cell value is "Expense" the button description appears as "Pay now".