Back to Devexpress

LinkBase.Dispose() Method

wpf-devexpress-dot-xpf-dot-printing-dot-linkbase-bffd81c1.md

latest1.0 KB
Original Source

LinkBase.Dispose() Method

Disposes the LinkBase object.

Namespace : DevExpress.Xpf.Printing

Assembly : DevExpress.Xpf.Printing.v25.2.dll

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public void Dispose()
vb
Public Sub Dispose

Remarks

Call the Dispose method when you have finished working with a manually created LinkBase object. This releases all the resources allocated to the object and speeds up system performance.

See Also

LinkBase Class

LinkBase Members

DevExpress.Xpf.Printing Namespace