Exemplo n.º 1
0
 public override bool IsColumnActive(int col)
 {
     Ch.Check(0 <= col && col < _bindings.Infos.Length);
     return(_active == null || _active[col]);
 }