Skip to main content
A newer version of this page is available. .

LabelControlAppearanceObject.Dispose() Method

Releases all resources used by the current appearance object.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public override void Dispose()

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