Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CollectionSourceBase.IsCollectionResetting Property

Gets a value indicating whether or not the CollectionSourceBase.Collection is currently being reinitialized.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public bool IsCollectionResetting { get; }

Property Value

Type Description
Boolean

true, if the collection is being reinitialized; otherwise, false.

See Also