Express > Express Assembly Interfaces > IEaxGridAdjustSettings
Assembly: Express;
The IEaxGridAdjustSettings interface is used to work with parameters of cell size autofit.
Using these settings one can automatically adjust width so that the table shows a certain number of data table columns even when a number of attributes is displayed in the table heading.
Property name | Brief description | |
![]() |
AllowAdjust | The AllowAdjust property determines whether cell autofit is executed. |
![]() |
MaxRowsInCell | The MaxRowsInCell property determines maximum number of lines in a cell. |
![]() |
MinVisibleDataColumns | The MinVisibleDataColumns property determines minimum number of visible data area columns. |
![]() |
Mode | The Mode property determines cell autofit mode. |
See also: