How to set a checkbox editor to VIBlend DataGridView for WinForms?
|
Article Information
|
Article relates to VIBlend DataGridView for WinForms
|
How To
|
Set a CheckBoxEditor to a column in the DataGridView.
|
Solution
|
In order to achieve this, you need to do the following:
|
1. Create a new instance of the DataGrid's CheckBoxEditor.
|
2. Set the CellsTextAlignment property of the column.
|
3. Set the CellsEditor property of the column.
|
|
|