Control.DataContext

Syntax

DataContext: Object

Description

The DataContext property contains an object with data.

Comments

Use JSON or the setDataContext method to set the property value and the getDataContext method to get the property value.

Example

The example of property use is given in description of the Control.removeEvent method.

See also:

Control