I am trying to do this:
chkGridColumns.DataBindings.Add(New Binding("Checked", DTHeaders, "CHECKED"))
But I can't find anything member called "Checked", which member is it or how can I add a databinding to control the checked items?
--- neteject.com - Internet Solutions ---
chkGridColumns.DataBindings.Add(New Binding("Checked", DTHeaders, "CHECKED"))
But I can't find anything member called "Checked", which member is it or how can I add a databinding to control the checked items?
--- neteject.com - Internet Solutions ---