[]
Gets or set a bool value indicates whether the ListColumn is visible or not.
public bool Visible { get; set; }
Public Property Visible As Boolean
A bool value. true is visible, otherwise, false. The default is true.