Plumtree Portal UI  
 

ObjPropBrowseView.CheckRowIsVisible Method 

Helper method to determine whether or not row is visible. This method is used by Display(). This method overrides the default behavior of the ExpListView, where all rows are visible.

protected override bool CheckRowIsVisible(
   int _nRowIndex
);

Parameters

_nRowIndex

Return Value

True if row should be displayed, otherwise false.

See Also

ObjPropBrowseView Class | com.plumtree.portaluiinfrastructure.editor.commonpages.objectproperties Namespace | ExpListView#CheckRowIsVisible