HA
haneefm
Syncfusion Team
October 8, 2007 05:12 PM UTC
Hi Prabhjeet,
Use the HorizontalAlignment property of the GridStyleInfo object to specify the horizontal cell text alignment in a grid. Here is a code snippet.
this.gridGroupingControl1.TableDescriptor.Columns["ColumName"].Appearance.AnyCell.HorizontalAlignment = GridHorizontalAlignment.Right;
Best regards,
Haneef