DataGridAutoGeneratingColumnEventArgs::PropertyDescriptor Property

.NET Framework (current version)
 

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

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

public:
property Object^ PropertyDescriptor {
	Object^ get();
	private: void set(Object^ value);
}

Property Value

Type: System::Object^

An object that contains metadata for the property.

.NET Framework
Available since 4.0
Return to top
Show: