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

Definition

Constructors

Initializes a new instance of the PrintGridTraverser class.

C#
public PrintGridTraverser(GridViewInfo viewInfo)
Parameters:viewInfoGridViewInfo

The view info.

Properties

Gets or sets a value indicating whether hidden rows will be traversed

C#
public bool ProcessHiddenRows { get; set; }

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)