DataGridViewHeaderCell::ButtonState Property
.NET Framework (current version)
Gets the buttonlike visual state of the header cell.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System.Windows.Forms::ButtonStateOne of the ButtonState values; the default is Normal.
A DataGridViewHeaderCell is like a button in that it can be clicked to set states, such as sorting or performing row-level selection. The ButtonState property uses System.Windows.Forms::ButtonState values to provide buttonlike visual states.
.NET Framework
Available since 2.0
Available since 2.0
Show: