Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
6093 | Jul 30,2003 04:06 PM UTC | Jul 31,2003 09:28 AM UTC | WinForms | 2 |
![]() |
Tags: GridControl |
GridStyleInfo boldRedFont = new GridStyleInfo();
boldRedFont.Font.Bold = true;
boldRedFont.TextColor = Color.Red;
GridStyleInfo blueCell = new GridStyleInfo();
blueCell.BackColor = Color.DodgerBlue;
blueCell.Borders.Right = new GridBorder(GridBorderStyle.Solid, Color.Blue, GridBorderWeight.Thin);
blueCell.Borders.Bottom = new GridBorder(GridBorderStyle.Solid, Color.Blue, GridBorderWeight.Thin);
this.gridControl1.ChangeCells(GridRangeInfo.Cells(2,2,4,4), blueCell, Syncfusion.Styles.StyleModifyType.Override);
this.gridControl1.ChangeCells(GridRangeInfo.Cells(2,2,4,4), boldRedFont, Syncfusion.Styles.StyleModifyType.Override);
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.