Click or drag to resize
UniMatrixIsColumnEditable Method
Returns true if the given column is editable.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected bool IsColumnEditable(
	Object columnValue
)

Parameters

columnValue
Type: SystemObject
Column value

Return Value

Type: Boolean
See Also