Row Methods

HoverOver

Hovers mouse pointer over the row to "activate" it, e.g. to show icons that are only shown on hover.

Syntax:

public virtual void HoverOver(
	Func<bool> verification
)

Parameters:

Exceptions:

SelectRow

Selects the row by clicking in the row at the position of the element that was used to find the row.

Syntax:

public virtual void SelectRow(
	Func<bool> verification
)

Parameters:

Exceptions:

Last updated