UIOptionsGoToRow(FilterBase, Boolean) Method

The UIController will park on the first row that matches the filter specified in the usingThisFilter parameter

Definition

Namespace: Firefly.Box.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public void GoToRow(
	FilterBase usingThisFilter,
	bool ifNotFoundGoToPreviouslyParkedRow
)

Parameters

usingThisFilter  FilterBase
The filter according to which the required row will be found
ifNotFoundGoToPreviouslyParkedRow  Boolean
 

See Also