DataGridTextBoxColumn Constructor (PropertyDescriptor^, Boolean)
.NET Framework (current version)
Initializes a new instance of the DataGridTextBoxColumn class using the specified PropertyDescriptor. Specifies whether the DataGridTextBoxColumn is a default column.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- prop
-
Type:
System.ComponentModel::PropertyDescriptor^
The PropertyDescriptor to be associated with the DataGridTextBoxColumn.
- isDefault
-
Type:
System::Boolean
Specifies whether the DataGridTextBoxColumn is a default column.
The DataGridColumnStyle uses a PropertyDescriptor to determine the type of data displayed in the column. To return a PropertyDescriptorCollection, use the GetItemProperties method of the BindingManagerBase class.
.NET Framework
Available since 1.1
Available since 1.1
Show: