FNC DataGrid - How to customize control columns such as of type gcitButton ?

How can I change background color / font color of a button (or customize other built-in column types controls) in a column defined as gcitButton via OnCellGetProperties or similar event??

BTW:
Found (ACell as TTMSFNCDataGridButtonCell).Button , but there is no color property for the background, as it is a TButton.
Must we use other controls created dinamically and assign them to every cell in the column to be able to change colors?

Hi,

TButton is a native FMX / VCL control. So changing the background color (or other related appearance properties) depends on what you can do with TButton. If you want to have another button type which is able to change the background color (for example TTMSFNCToolBarButton), you will need to manually add the button to a cell.