IRichEditViewVisitor Interface
Interface implementing the Visitor pattern.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
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