getColumnVisibility(colIndex: String);
colIndex. Name of the column, for which it is required to determine visibility.
The getColumnVisibility method returns whether the specified column is shown.
The method returns value of the Boolean type.
Available Values:
true. Column is visible.
false. Column is hidden.
The example of use is given on the page with description of the DataGrid.setColumnVisibility method.
See also: