GridView::SetColumnCollection Method (DependencyObject^, GridViewColumnCollection^)

 

Sets the contents of the ColumnCollection attached property.

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

public:
static void SetColumnCollection(
	DependencyObject^ element,
	GridViewColumnCollection^ collection
)

Parameters

element
Type: System.Windows::DependencyObject^

The GridView object.

collection
Type: System.Windows.Controls::GridViewColumnCollection^

The GridViewColumnCollection object to assign.

Do not use this method to change the columns collection for a GridView object. To get, set, or change the columns that are defined for a GridView object, use the Columns property.

.NET Framework
Available since 3.0
Return to top
Show: