AD
Administrator
Syncfusion Team
April 22, 2005 07:52 AM UTC
One way to get at the style of a column is through the Appearance property in the ColumnDescriptor for the column.
this.gridGroupingControl1.TableDescriptor.Columns["Col1Name"].Appearance.AnyRecordFieldCell.HorizontalAlignment = GridHorizontalAlignment.Right;