ComponentOne CollectionView
C1.Win.CollectionView Assembly / C1.Win.CollectionView Namespace / C1CollectionViewBindingList Class / AllowRemove Property

In This Topic
    AllowRemove Property
    In This Topic
    Gets whether you can remove items from the list, using System.Collections.IList.Remove(System.Object) or System.Collections.IList.RemoveAt(System.Int32).
    Syntax
    'Declaration
     
    Public ReadOnly Property AllowRemove As System.Boolean
    public System.bool AllowRemove {get;}
    See Also