DataGridViewButtonColumn Constructor

Definition

Initializes a new instance of the DataGridViewButtonColumn class to the default state.

public:
 DataGridViewButtonColumn();
public DataGridViewButtonColumn ();
Public Sub New ()

Remarks

This constructor initializes the column by setting the following properties.

Property Value
CellTemplate A new DataGridViewButtonCell.
The Alignment property of the DataGridViewCellStyle object returned by the DefaultCellStyle property. DataGridViewContentAlignment.MiddleCenter

Applies to

See also