New to Telerik UI for WinFormsStart a free 30-day trial

Represents a grid traverser for the export functionality.

Definition

Constructors

Initializes a new instance of the ExportGridTraverser class.

C#
public ExportGridTraverser(GridViewInfo viewInfo)
Parameters:viewInfoGridViewInfo

The view info.

Methods

Determines whether this instance can step in hierarchy.

C#
protected override bool CanStepInHierarchy()
Returns:

bool

Overrides: GridTraverser.CanStepInHierarchy()

Creates the traverser.

C#
protected override void CreateTraverser(GridViewInfo viewInfo)
Parameters:viewInfoGridViewInfo

The view info.

Overrides: GridTraverser.CreateTraverser(GridViewInfo)