DataGridColumn.Width Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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: