Thursday, January 29, 2015

Hide a column in a DevExpress grid from the C# side.

MyGrid.Columns[13].Visible = false;

No comments:

Post a Comment