PropertyMapper.Setter

Syntax

Setter: function(item, value){ };

Description

The Setter property determines set value function.

Comments

Use JSON or the setSetter method to set the property value, and the getSetter method to get the property value.

Example

The example of constructor use is given in the Example of Creating the SimpleTreeList Component with Drag-and-Drop Mode page.

See also:

PropertryMapper