Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

IRichEditViewVisitor Interface

Interface implementing the Visitor pattern.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v19.1.Core.dll

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