AD
Administrator
Syncfusion Team
September 5, 2006 05:32 AM UTC
Hi James,
Use the HorizontalAlignment property to set the Horizontal Alignment of the text in a cell. Try the below code snippet.
this.gridGroupingControl1.Appearance.GroupCaptionSummaryCell.HorizontalAlignment = GridHorizontalAlignment.Right;
this.gridGroupingControl1 .Appearance.GroupCaptionCell.HorizontalAlignment = GridHorizontalAlignment.Right;
Thanks,
Haneef