DataGrid::CreateGridColumn Method (PropertyDescriptor^)

 

Creates a new DataGridColumnStyle with the specified PropertyDescriptor.

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

protected:
virtual DataGridColumnStyle^ CreateGridColumn(
	PropertyDescriptor^ prop
)

Parameters

prop
Type: System.ComponentModel::PropertyDescriptor^

The PropertyDescriptor to use for creating the grid column style.

.NET Framework
Available since 1.1
Return to top
Show: