Hey guys
Any chance of adding to the ObjectViewColumnCollection a method which 'balances' Add(propertyName) ?
public void Remove(string propertyName) { this.List.Remove(this[propertyName]); }
Cheers.
Of course
Log in to post a comment.
Hey guys
Any chance of adding to the ObjectViewColumnCollection a method which 'balances' Add(propertyName) ?
public void Remove(string propertyName)
{
this.List.Remove(this[propertyName]);
}
Cheers.
Of course