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

BarCustomContainerItemLink.Dispose() Method

Releases all resources used by the BarCustomContainerItemLink.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public override void Dispose()

Remarks

Calling the Dispose method allows the resources used by the BarCustomContainerItemLink to be reallocated for other purposes. For more information on Dispose, see Cleaning Up Unmanaged Resources in MSDN.

See Also