GridView.TableSource

Syntax

TableSource: PP.Exp.EaxTableDataSource;

Description

The TableSource property determines table data source.

Comments

Use JSON or the setTableSource method to set the property value and the getTableSource method to get the property value.

Example

The example of use is given in the page with description of the GridView.EditMode property.

See also:

GridView