AD
Administrator
Syncfusion Team
June 24, 2005 01:39 PM UTC
You can use an indexer on teh grid to get the style object at a row col.
GridStyleInfo style = this.grid[row, col];
GirdStableCellStyleInfo is derived from GridStyleInfo. It adds properties specific for the GridGroupingControl. (The very important TableCellIdentity property.)