This example demonstrates how to define ASPxProgressBar in a column's DataItemTemplate and specify the progress bar color based on a custom criteria.
1) Define ASPxProgressBar in a grid column's DataItemTemplate;
2) Handle the ASPxProgressBar.DataBound event and set color via the ASPxProgressBar.IndicatorStyle.BackColor property based on a column value (or another custom criteria).