IPrxTableIslandPager.ExpandAll

Syntax

ExpandAll;

Description

The ExpandAll method disables the page-by-page mode without recalculation of a relational area.

Comments

After executing the method the value of the Expanded property is equal to True, and the value of the Enabled property is equal to False.

To check if the mode is disabled by means of ExpandAll, use IPrxTableIslandPager.Expanded.

Example

The property use is given in the example for IPrxTableIsland.Pager.

See also:

IPrxTableIslandPager