Skip to main content
A newer version of this page is available. .

UserLookAndFeel.Dispose() Method

Releases all resources used by the current object.

Namespace: DevExpress.LookAndFeel

Assembly: DevExpress.Utils.v18.2.dll

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