Click or drag to resize

PropertyItem Class

It's like a cell in the grid.

Namespace:  Aras.Modules.CMF.Public
Syntax
JavaScript
Aras.Modules.CMF.Public.PropertyItem = function();

Type.createClass(
	'Aras.Modules.CMF.Public.PropertyItem');

The PropertyItem type exposes the following members.

Constructors
  NameDescription
Public methodPropertyItem
Top
Properties
  NameDescription
Public propertyCode examplecmfStyle
Style of the cell. Note that content style of column will not be available here.
Public propertyCode exampleid
Id of the current Property Item.
Public propertyCode exampleisProtected
Return true if Property Item is protected for current User (no permissions to see a value of the cell)
Public propertyCode exampleisVisibleInGrid
Return true if Property Item is visible in Grid. Otherwise return false.
Public propertyCode exampletype
Name of corresponding cmf_Property Item.
Public propertyCode examplevalue
Value of the cell. Note that it has type of "string" even for integer and date. Dates in Neutral format.
Top
Methods
  NameDescription
Public methodCode examplegetElement
Get an element of the current Property Item. A tree node which "contains" this grid cell.
Top
See Also