Skip to main content
.NET 6.0+

CollectionSourceBase.IsCollectionResetting Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public bool IsCollectionResetting { get; }

Property Value

Type Description
Boolean

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

See Also