DataGridViewButtonColumn Class

Represents a column of cells that act like button controls in a DataGridView.

Namespace: elsystem.windows.forms

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property FlatStyle object Gets or sets the appearance of the button cells in the column. See FlatStyle.
Public property Text string Gets or sets the default text displayed on the button cell.
Public property UseColumnTextForButtonValue  bool True when the Text property value is displayed as the button text for cells in this column, otherwise False.