GridView::Columns Property
.NET Framework (current version)
Gets the collection of GridViewColumn objects that is defined for this GridView.
Assembly: PresentationFramework (in PresentationFramework.dll)
This property lets you modify the columns that are defined for a GridView, by using methods that are inherited from the Collection<T> class, such as the Add, Insert, and Remove methods.
<object> OneOrMoreGridViewColumns </object>
- OneOrMoreGridViewColumns
One or more GridViewColumn elements.
.NET Framework
Available since 3.0
Available since 3.0
Show: