Skip to main content
A newer version of this page is available. .

ViewItem.Dispose() Method

Releases all resources used by this ViewItem object.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public void Dispose()

Remarks

This method releases all resources allocated by the current ViewItem, and speeds up system performance.

This method supports the internal eXpressApp Framework infrastructure. Usually you do not need to call it from your code.

See Also