Skip to main content

TcxvgHitTest.HitBandIndex Property

Returns the index of the grid band that the mouse pointer is currently over.

Declaration

property HitBandIndex: Integer read;

Property Value

Type
Integer

Remarks

Read the HitBandIndex property to determine the index of the grid band that the mouse pointer is currently over. Note that if the LayoutStyle property is set to ulsSingleRecordView, the HitBandIndex property always returns 0.

See Also