LabelControlAppearanceObject.Dispose() Method
Releases all resources used by the current appearance object.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: 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