DataGrid.getColumnVisibility

Syntax

getColumnVisibility(colIndex: String);

Parameters

colIndex. Name of the column, for which it is required to determine visibility.

Description

The getColumnVisibility method returns whether the specified column is shown.

Comments

The method returns value of the Boolean type.

Available Values:

Example

The example of use is given on the page with description of the DataGrid.setColumnVisibility method.

See also:

DataGrid