DataGridColumn::Width Property
.NET Framework (current version)
Gets or sets the column width or automatic sizing mode.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property DataGridLength Width { DataGridLength get(); void set(DataGridLength value); }
Property Value
Type: System.Windows.Controls::DataGridLengthA 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.
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:
.NET Framework
Available since 4.0
Silverlight
Available since 2.0
Available since 4.0
Silverlight
Available since 2.0
Show: