Click or drag to resize
DataGridColumns Property
Gets a collection that contains all the columns in the System.Windows.Controls.DataGrid.

Namespace: Windows.UI.Xaml.Controls
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public ObservableCollection<DataGridColumn> Columns { get; set; }

Property Value

Type: ObservableCollectionDataGridColumn
See Also