System.Web.UI.WebControls Namespace DataGridColumn Class
Sets the style properties for the item cells of a DataGridColumn.
<asp:datagridcolumn ...
itemstyle-styleproperty=value />
A TableItemStyle object that defines the style properties for the item cells of the column.
Use this property to provide a custom style for the item cells of a DataGridColumn. Common style attributes that can be set include forecolor, backcolor, font, and content alignment within the cell. Providing a different style enhances the appearance of a column in the DataGrid control.
NOTE: The ShowItem property must be set to true for this property to have any effect.
DataGridColumn Members HeaderStyle FooterStyle