Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
8541 | Nov 11,2003 06:44 AM UTC | Nov 20,2003 04:03 AM UTC | WinForms | 11 |
![]() |
Tags: GridControl |
private void gridControl1_PrepareViewStyleInfo(object sender, GridPrepareViewStyleInfoEventArgs e) { if(this.gridControl1.PrintingMode && e.RowIndex == this.gridControl1.RowCount) { e.Style.Borders.Bottom = new GridBorder(GridBorderStyle.Solid, Color.Red, GridBorderWeight.Thick); } }
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.