DataGrid.HeaderTable

Syntax

HeaderTable: DOMElement;

Description

The HeaderTable property determines the DOM element that is a table with header cells.

Comments

Use JSON or the setHeaderTable method to set the property value, and the getHeaderTable method to get the property value.

Example

The example of use is given on the page with description of the DataGrid.HeaderDblClick event.

See also:

DataGrid