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

IRichEditViewVisitor Interface

Interface implementing the Visitor pattern.

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

[ComVisible(true)]
public interface IRichEditViewVisitor

Remarks

The Visitor pattern allows us to create a separate visitor concrete class for each type of operation, and to separate this operation implementation from the objects structure. For more information, see the Visitor Pattern article available online.

See Also