IsVisible: Boolean;
The IsVisible property determines column visibility.
Available Values:
true. Column is visible (default).
false. Column is invisible.
Use JSON or the setIsVisible method to set the property value and the getIsVisible method to get the property value.
The example of property use is given in description of the DGColumn class constructor.
See also: