Align Data in TTMSFMXGrid

Is there a way to align the headers in the grid differently than the data? I'd like all of my headers left aligned (so I can add ... if the header text is longer than the grid width) but be able to align the data in the column either centered or right-aligned (like for numeric data).

You should be able to do this via the OnGetCellProperties event , checking for ARow = 0 and casting Cell to TTMSFMXGridCell and via this way change the alignment.