GridView.GetColumnCollection(DependencyObject) Method

Definition

Gets the contents of the ColumnCollection attached property.

public:
 static System::Windows::Controls::GridViewColumnCollection ^ GetColumnCollection(System::Windows::DependencyObject ^ element);
public static System.Windows.Controls.GridViewColumnCollection GetColumnCollection (System.Windows.DependencyObject element);
static member GetColumnCollection : System.Windows.DependencyObject -> System.Windows.Controls.GridViewColumnCollection
Public Shared Function GetColumnCollection (element As DependencyObject) As GridViewColumnCollection

Parameters

element
DependencyObject

The DependencyObject that is associated with the collection.

Returns

The ColumnCollection of the specified DependencyObject.

Remarks

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.

Applies to

See also