Plumtree Portal UI  
 

ObjPropModel.CheckRowIsReadOnly Method 

Checks to see if the property is read-only

public virtual bool CheckRowIsReadOnly(
   int _nRowIndex
);

Parameters

_nRowIndex
Current row index

Return Value

Returns true if read-only. Otherwise returns false.

Implements

IObjPropModelRO.CheckRowIsReadOnly

See Also

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