Click or drag to resize
UniMatrixIsRowEditable Method
Returns true if the given row is editable.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
protected bool IsRowEditable(
	Object rowValue
)

Parameters

rowValue
Type: SystemObject
Row value

Return Value

Type: Boolean
See Also