LabelControlAppearanceObject.Dispose() Method
Releases all resources used by the current appearance object.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v21.2.dll
NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation
Declaration
Remarks
Call the Dispose method when you finish working with a manually created LabelControlAppearanceObject object. This releases all resources allocated by the object and speeds up system performance.
See Also