Plumtree Portal UI  
 

ObjPropEditView.CheckRowIsRemovable Method 

Checks to see if the row can be removed.

protected virtual bool CheckRowIsRemovable(
   int _nRowIndex
);

Parameters

_nRowIndex
Current row index

Return Value

Returns true if row can be removed. Otherwise returns false.

See Also

ObjPropEditView Class | com.plumtree.portaluiinfrastructure.editor.commonpages.objectproperties Namespace | IObjPropModelRO#CheckRowIsRemovable