DataGrid.ColumnWidth 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 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: