DataGrid.MinWidthByContent

Syntax

MinWidthByContent: Boolean;

Description

The MinWidthByContent property determines the method of calculation of minimum table width.

Comments

Available Values:

Use JSON or the setMinWidthByContent method to set the property value and the getMinWidthByContent method to get the property value.

Example

The example of property use is given in description of the DataGrid.MinWidth property.

See also:

DataGrid