Gets or sets the header column's width. This is a dependency property.
public GridLength HeaderColumnWidth { get; set; }
Public Property HeaderColumnWidth As GridLength
To specify the header column's minimum width, use the HeaderColumnMinWidth property. To specify the header column's maximum width, use the HeaderColumnMaxWidth property.