Skip to main content

RichTextBrickBase.Dispose() Method

Releases all resources used by RichTextBrickBase.

Namespace: DevExpress.XtraPrinting

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public override void Dispose()

Remarks

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

See Also