DataGridColumn.Width Property

Definition

Gets or sets the column width or automatic sizing mode.

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

Property Value

A structure that represents the column width or automatic sizing mode. The registered default is Auto. For information about what can influence the value, see DependencyProperty.

Remarks

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

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

Applies to

See also