Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
22594 | Dec 16,2004 07:33 AM UTC | Dec 16,2004 10:01 AM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
private void gridControl1_PrepareViewStyleInfo(object sender, GridPrepareViewStyleInfoEventArgs e) { if(this.gridControl1.Selections.GetSelectedRows(true, false).AnyRangeContains(GridRangeInfo.Row(e.RowIndex))) { e.Style.Font.Bold = true; } }
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.