DataGrid.ColumnWidth Property

Definition

Gets or sets the standard width and sizing mode of columns and headers in the DataGrid.

public:
 property System::Windows::Controls::DataGridLength ColumnWidth { System::Windows::Controls::DataGridLength get(); void set(System::Windows::Controls::DataGridLength value); };
public System.Windows.Controls.DataGridLength ColumnWidth { get; set; }
member this.ColumnWidth : System.Windows.Controls.DataGridLength with get, set
Public Property ColumnWidth As DataGridLength

Property Value

The width and sizing mode of the columns and headers, in device-independent units (1/96th inch per unit). The registered default is SizeToHeader. For more information about what can influence the value, see DependencyProperty.

Remarks

The Width property set on an individual DataGridColumn takes precedence over the ColumnWidth property.

The DisplayValue of the ColumnWidth property is constrained by the following properties if they are set, in order of precedence:

Applies to

See also