Click or drag to resize

PropertyItemvalue Property

Value of the cell. Note that it has type of "string" even for integer and date. Dates in Neutral format.

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

Return Value

Type: [T:(Any)]
string
Examples
JavaScript
var propertyValue = property.value;
See Also