Skip to main content

UserLookAndFeel.Dispose() Method

Releases all resources used by the current object.

Namespace: DevExpress.LookAndFeel

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public virtual void Dispose()

Remarks

Call Dispose when you finish working with a manually created UserLookAndFeel object. This releases all resources allocated by the object and speeds up system performance.

See Also