Alternative Row Color in a TTMSFMXLiveGrid

I have a TTMSFMXLiveGrid linked to a ClientDataSet that have the TFields created at Runtime.

I want to show the rows, in alternate color for each row. 

I can see a example code in the demos folder, but I can't find the property that active this functionallity. 

Hi, 


You can enable alternate rows with

  TMSFMXGrid1.Options.Bands.Enabled := True;