UserLookAndFeel.Dispose() Method
Releases all resources used by the current object.
Namespace: DevExpress.LookAndFeel
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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