Uiinfrastructure API Docs  
 

ExpListView.CheckRowIsVisible Method 

Helper method to determine whether or not row is visible. This method is used by Display().

protected virtual bool CheckRowIsVisible(
   int _nRowIndex
);

Parameters

_nRowIndex

Return Value

True if row should be displayed, otherwise false.

See Also

ExpListView Class | com.plumtree.uiinfrastructure.expandablelist Namespace