ISparklineViewVisitor Interface
Interface implementing the Visitor pattern.
Namespace: DevExpress.Sparkline
Assembly: DevExpress.Sparkline.v24.1.Core.dll
NuGet Package: DevExpress.Sparkline.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 object structure. For more information, see Visitor pattern in Behavioral Design Patterns of Object-Oriented programming, the Visitor Pattern article, available online.
See Also