Multi Column Combo Box ColumnRow Headers Visible Property
Set or get whether row headers are visible
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
They are not visible by default
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public bool RowHeadersVisible { get; set; }VB
Public Property RowHeadersVisible As Boolean
Get
SetC++
public:
property bool RowHeadersVisible {
bool get ();
void set (bool value);
}F#
member RowHeadersVisible : bool with get, setProperty Value
BooleanThey are not visible by default