Plumtree Portal UI  
 

ExpListPropBrowseView.CheckRowIsFirstForProperty Method 

Compares the property ID of the row to the previous row's property ID to determine whether or not the row is a new property or not.

protected virtual bool CheckRowIsFirstForProperty(
   int _nRowIndex
);

Parameters

_nRowIndex
Row index

Return Value

True if new property, False otherwise.

See Also

ExpListPropBrowseView Class | com.plumtree.portaluiinfrastructure.expandablelist.properties Namespace