Skip to content

Instantly share code, notes, and snippets.

@Zujaj
Last active October 12, 2020 09:05
Show Gist options
  • Save Zujaj/6244ad689d7f89d94371bbdbf9580db1 to your computer and use it in GitHub Desktop.
Save Zujaj/6244ad689d7f89d94371bbdbf9580db1 to your computer and use it in GitHub Desktop.
Code behind ShowAllLabel_Click
private void ShowAllLabel_Click(object sender, EventArgs e)
{
DataGridViewAutoFilterTextBoxColumn.RemoveFilter(dataGridView1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment