Skip to main content
.NET 6.0+

PropertyCollectionSource.Dispose() Method

Releases all the resources allocated by the current PropertyCollectionSource.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public override void Dispose()

Remarks

This method supports the internal XAF 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