Esempio n. 1
0
 private void cbx_Filter_CheckedChanged(object sender, EventArgs e)
 {
     CommonMethod.SetUltraGridRowFilter(ref ultraGrid1, cbx_Filter.Checked);
 }