DataGridAutoGeneratingColumnEventArgs::PropertyName Property

 

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

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

public:
property String^ PropertyName {
	String^ get();
}

Property Value

Type: System::String^

The name of the property bound to the generated column.

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