DataGridViewButtonColumn Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.