DataGrid.HeaderContainer

Syntax

HeaderContainer: DOMElement;

Description

The HeaderContainer property determines the DOM element that is a table header container.

Comments

Use JSON or the setHeaderContainer method to set the property value and the getHeaderContainer 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