MinWidthByContent: Boolean;
The MinWidthByContent property determines the method of calculation of minimum table width.
Available Values:
true. Minimum table width is calculated by contents.
false. Minimum table width is set by a user (default).
Use JSON or the setMinWidthByContent method to set the property value and the getMinWidthByContent method to get the property value.
The example of property use is given in description of the DataGrid.MinWidth property.
See also: