GridView::AddChild Method (Object^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Adds a GridViewColumn object to a GridView.

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

protected:
virtual void AddChild(
	Object^ column
)

Parameters

column
Type: System::Object^

The column to add

.NET Framework
Available since 3.0
Return to top
Show: