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

ListEditor.Dispose() Method

Releases all resources used by a ListEditor object.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public virtual void Dispose()

Remarks

When deriving from the ListEditor class, override this method to dispose of the manually allocated resources.

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

See Also