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

PropertyCollectionSource.Dispose() Method

Releases all the resources allocated by the current PropertyCollectionSource.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public override void Dispose()

Remarks

This method supports the internal eXpressApp Framework infrastructure. It is not intended to be called from your code. When a Frame‘s View is changed via the Frame.SetView method, the View‘s Collection Source is automatically disposed of.

See Also