Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

RichTextBrickBase.Dispose() Method

Releases all resources used by RichTextBrickBase.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.RichEdit.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public override void Dispose()

Remarks

Calling the Dispose method allows you to reallocate the resources used by a RichTextBrickBase instance.

See Also