IRichEditViewVisitor Interface
Interface implementing the Visitor pattern.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
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