EaxGridView.UseShiftDrillUp

Syntax

UseShiftDrillUp: boolean

Description

The UseShiftDrillUp property allows drilling selecting one level up the hierarchy on pressing the SHIFT key.

Comments

If this property is set to True, drilling the selection one level up the hierarchy on pressing the SHIFT key is allowed, if the property value is False, this operation is prohibited. By default the property is set to True.

Example

The example of property use is given on the Example of Creating the EaxGrid Component page.

See also:

EaxGridView