Skip to main content
Bar

BarCustomContainerItemLink.Dispose() Method

Releases all resources used by the BarCustomContainerItemLink.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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