DataGridTextBoxColumn Constructor
.NET Framework 4.5
Initializes a new instance of the DataGridTextBoxColumn class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
DataGridTextBoxColumn() | Initializes a new instance of the DataGridTextBoxColumn class. |
|
DataGridTextBoxColumn(PropertyDescriptor) | Initializes a new instance of a DataGridTextBoxColumn with a specified PropertyDescriptor. |
|
DataGridTextBoxColumn(PropertyDescriptor, Boolean) | Initializes a new instance of the DataGridTextBoxColumn class using the specified PropertyDescriptor. Specifies whether the DataGridTextBoxColumn is a default column. |
|
DataGridTextBoxColumn(PropertyDescriptor, String) | Initializes a new instance of a DataGridTextBoxColumn with the specified PropertyDescriptor and format. |
|
DataGridTextBoxColumn(PropertyDescriptor, String, Boolean) | Initializes a new instance of the DataGridTextBoxColumn class with a specified PropertyDescriptor and format. Specifies whether the column is the default column. |