Multi Column Combo BoxColumn Headers Visible Property
This is used to get or set whether or not column headers are visible
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public bool ColumnHeadersVisible { get; set; }VB
Public Property ColumnHeadersVisible As Boolean
Get
SetC++
public:
property bool ColumnHeadersVisible {
bool get ();
void set (bool value);
}F#
member ColumnHeadersVisible : bool with get, set