Search
Grid.header Property
See Also
 






Gets a reference to the grid header DOM element.

Namespace: MindFusion.DataViews
File: Grid.js

 Syntax

JavaScript  Copy Code

get header() {}

 Property Value

HTMLDivElement. The header element.

 Example

The following code changes the background of the Grid header:

JavaScript  Copy Code
grid.header.style.backgroundColor = "#FFDD75";

 See Also