AllowBigSelection Property (ModHFGrid)

See Also    Example    Applies To

Returns or sets a value that determines whether clicking a column or row header should cause the entire column or row to be selected.

Syntax

object.AllowBigSelection [=Boolean]

The AllowBigSelection property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
Boolean A Boolean expression that specifies whether an entire column or row is selected when the header is clicked.

Settings

The settings for Boolean are:

Setting Description
True Default. When the user clicks the header, the entire column or row is selected.
False When the user clicks the header, only the header is selected.