Skip to main content
.NET 6.0+

ListEditor.Dispose() Method

Releases all resources used by a ListEditor object.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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 XAF infrastructure. Usually you do not need to call it from your code.

See Also