Quantcast
Channel: Editors for WPF - Recent Posts
Viewing all articles
Browse latest Browse all 942

Re: Editor used in CollectionNewItem

$
0
0

Hi !

My collection implements ObservableCollection<T> wich implements Collection<T> wich implements both IList<T> and IList. In my CanRemove, I don't check anything as it's only used for this specific type so it looks like something like this

public override bool CanRemove
{
   get { return true; }
}

Viewing all articles
Browse latest Browse all 942

Trending Articles