This documentation is archived and is not being maintained.
GridViewColumnCollection Class
Visual Studio 2008
Represents a collection of GridViewColumn objects.
Assembly: PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
A GridViewColumnCollection object contains a set of GridViewColumn objects that are typically used to define the columns of a GridView object. A GridView is a View that defines the layout of data in a ListView control.
To receive notification of changes in the collection, monitor the CollectionChanged event that is inherited from ObservableCollection(Of T).
System.Object
System.Collections.ObjectModel.Collection(Of GridViewColumn)
System.Collections.ObjectModel.ObservableCollection(Of GridViewColumn)
System.Windows.Controls.GridViewColumnCollection
System.Collections.ObjectModel.Collection(Of GridViewColumn)
System.Collections.ObjectModel.ObservableCollection(Of GridViewColumn)
System.Windows.Controls.GridViewColumnCollection
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: