ListEditor.Dispose() Method
Releases all resources used by a ListEditor object.
Namespace: DevExpress.ExpressApp.Editors
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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