Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.2.dll

NuGet Package: DevExpress.ExpressApp

#Declaration

public bool AllowRemove { get; }

#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.

See Also