Skip to main content

IRichEditViewVisitor Interface

Interface implementing the Visitor pattern.

Namespace: DevExpress.XtraRichEdit

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

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

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