Skip to main content

AppearanceObject.Dispose() Method

Releases all resources used by the current appearance object.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public virtual void Dispose()

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