CollectionSourceBase.IsCollectionResetting Property
Gets a value indicating whether or not the CollectionSourceBase.Collection is currently being reinitialized.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the collection is being reinitialized; otherwise, false. |
See Also