CollectionSourceBase.AllowRemove Property
Returns the value that indicates whether it is possible to remove objects from the Collection Source’s CollectionSourceBase.Collection or not.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
Boolean | A Boolean value that indicates whether it is possible to remove objects from the Collection Source’s collection or not. true if it is possible to remove objects, otherwise false. |
Remarks
Generally, you do not need to use this property. However, you may check it to see whether objects can be removed from the Collection Source’s collection. For instance, if the collection has not been instantiated or is read-only, this property will return false.