Share via


BandDisplay Property (ModHFGrid)

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Specifies how the bands display within the ModHFGrid.

Syntax

object.DisplayBandSettings [=value]

The BandDisplay property syntax has these parts:

Part Description
object An object expression that evaluates to the ModHFGrid Control object.
value A numeric expression that specifies how the bands display within the ModHFGrid, as described in Settings.

Settings

The settings for value are:

Setting Value Description
flexBandDisplayHorizontal 0 Default. The bands within the ModHFGrid display horizontally.
flexBandDisplayVertical 1 The bands within the ModHFGrid display vertically.

See Also

ModHFGrid Control