DataGridTextBoxColumn Constructor (PropertyDescriptor^, Boolean)

 
Use BaseTrue

Initializes a new instance of the DataGridTextBoxColumn class using the specified PropertyDescriptor. Specifies whether the DataGridTextBoxColumn is a default column.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
DataGridTextBoxColumn(
	PropertyDescriptor^ prop,
	bool isDefault
)

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
Return to top
Show: