AppearanceObject.Dispose() Method
Releases all resources used by the current appearance object.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Remarks
Call the Dispose method when you finish working with a manually created AppearanceObject object. This releases all resources allocated by the object and speeds up system performance.
See Also