datagridview hide particular column code example Example: hide datagrid column c# this.dataGridView1.Columns["CustomerID"].Visible = false;