DataGridAutoGeneratingColumnEventArgs::PropertyType Property

 

Gets the type of the property bound to the generated column.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property Type^ PropertyType {
	Type^ get();
}

Property Value

Type: System::Type^

The type of the property bound to the generated column.

.NET Framework
Available since 4.0
Silverlight
Available since 2.0
Return to top
Show: