GridViewRowPresenterBase::Columns Property
.NET Framework (current version)
Gets or sets a GridViewColumnCollection.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property GridViewColumnCollection^ Columns { GridViewColumnCollection^ get(); void set(GridViewColumnCollection^ value); }
Property Value
Type: System.Windows.Controls::GridViewColumnCollection^A collection of GridViewColumn objects that display data. The default is null.
<object Columns="{ResourceExtension ColumnsKey}"/>
- ResourceExtension
A markup extension that identifies how to reference the template resource, either StaticResource or DynamicResource. See XAML Resources.
- ColumnsKey
The key that identifies the requested GridViewColumnCollection. The key refers to an existing resource in a ResourceDictionary.
Identifier field | |
Metadata properties set to true |
.NET Framework
Available since 3.0
Available since 3.0
Show: