SetView Method
Expands the parent rows of the specified view and makes it the current view.
Remarks
A SetView statement without parameters must be used before the first operation on an XtraGrid table. If your test contains steps on more than one XtraGrid table, ensure that you add a SetView without parameters statement before the first step on each grid.

C# Syntax

void SetView( 
   params Tuple<int,string>[] viewPath
)

Parameters

viewPath
The hierarchical path of the view you want to display expressed using Tuples in the format: (0-based row number, relation name)