Back to Devexpress

ISparklineViewVisitor Interface

corelibraries-devexpress-dot-sparkline-a5060b12.md

latest1.2 KB
Original Source

ISparklineViewVisitor Interface

Interface implementing the Visitor pattern.

Namespace : DevExpress.Sparkline

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

NuGet Package : DevExpress.Sparkline.Core

Declaration

csharp
public interface ISparklineViewVisitor
vb
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

ISparklineViewVisitor Members

DevExpress.Sparkline Namespace