DataGridTableStyle::CreateGridColumn Method (PropertyDescriptor^)

 

Creates a DataGridColumnStyle, using the specified property descriptor.

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

public protected:
virtual DataGridColumnStyle^ CreateGridColumn(
	PropertyDescriptor^ prop
)

Parameters

prop
Type: System.ComponentModel::PropertyDescriptor^

The PropertyDescriptor used to create the column style object.

.NET Framework
Available since 1.1
Return to top
Show: