Back to Devexpress

UserLookAndFeel.Dispose() Method

windowsforms-devexpress-dot-lookandfeel-dot-userlookandfeel-3de67174.md

latest1.1 KB
Original Source

UserLookAndFeel.Dispose() Method

Releases all resources used by the current object.

Namespace : DevExpress.LookAndFeel

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public virtual void Dispose()
vb
Public Overridable Sub 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

UserLookAndFeel Class

UserLookAndFeel Members

DevExpress.LookAndFeel Namespace