Show contents 

Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing in Development Environment > Description of System Assemblies > Express > Express Assembly Interfaces > IEaxGridAdjustSettings > IEaxGridAdjustSettings.Mode

IEaxGridAdjustSettings.Mode

Syntax

Mode: EaxAdjustMode;

Description

The Mode property determines cell autofit mode.

Comments

If the automatic adjustment of cell size is enabled, you need to set its parameters using the IEaxGridAdjustSettings.MaxRowsInCell and IEaxGridAdjustSettings.MinVisibleDataColumns properties.

Example

The property use is given in the example for IEaxGrid.AdjustSettings.

See also:

IEaxGridAdjustSettings