DataGridTextBoxColumn Constructor (PropertyDescriptor^, String^, Boolean)
.NET Framework (current version)
Initializes a new instance of the DataGridTextBoxColumn class with a specified PropertyDescriptor and format. Specifies whether the column is the 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.
- format
-
Type:
System::String^
The format used.
- isDefault
-
Type:
System::Boolean
Specifies whether the DataGridTextBoxColumn is the 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: