DataGridTextBoxColumn Constructor
.NET Framework (current version)
Initializes a new instance of the DataGridTextBoxColumn class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| 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. |
Show:
