Wednesday, 5 June 2013

windows- Change back color of a specific column header in datagridview c#.net

DVG_familyInfo.Rows[0].Cells["VFAMember"].OwningColumn.HeaderCell.Style.BackColor = validateColor;
               DVG_familyInfo.EnableHeadersVisualStyles = false;

No comments:

Post a Comment

How to highlight selected text in notepad++

  –> To highlight a block of code in Notepad++, please do the following steps step-1  :- Select the required text. step-2  :- Right click...