Click or drag to resize
DataGridColumnHeaderColumn Property
Gets the System.Windows.Controls.DataGridColumn associated with this column header.

Namespace: Windows.UI.Xaml.Controls.Primitives
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public DataGridColumn Column { get; }

Property Value

Type: DataGridColumn
See Also