Skip to main content
A newer version of this page is available. .

ISparklineViewVisitor Interface

Interface implementing the Visitor pattern.

Namespace: DevExpress.Sparkline

Assembly: DevExpress.Sparkline.v18.2.Core.dll

Declaration

public interface ISparklineViewVisitor

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