[]
        
(Showing Draft Content)

C1.DataCollection.BindingList.C1DataCollectionBindingList.AllowRemove

AllowRemove Property

AllowRemove

Gets whether you can remove items from the list, using Remove(object) or RemoveAt(int).

Declaration
public bool AllowRemove { get; }
Implements