Method SetColumnVisible
SetColumnVisible(ListControlColumn?, bool)
Sets the visibility of the specified column in the control.
public virtual bool SetColumnVisible(ListControlColumn? column, bool visible)
Parameters
columnListControlColumnThe column whose visibility is to be changed. Can be null.
visibleboolA value indicating whether the column should be visible. Set to true to make the column visible; otherwise, false.
Returns
- bool
true if the column's visibility was successfully set; otherwise, false.