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