Plumtree Portal UI  
 

ObjPropModel.CheckRowIsVisible Method 

Checks to see if the property is visible

public virtual bool CheckRowIsVisible(
   int _nRowIndex
);

Parameters

_nRowIndex
Current row index

Return Value

Returns true if visible. Otherwise returns false.

Implements

IObjPropModelRO.CheckRowIsVisible

See Also

ObjPropModel Class | com.plumtree.portaluiinfrastructure.editor.commonpages.objectproperties Namespace | IObjPropModelRO#CheckRowIsVisible