Skip to main content

TcxGridRowIndicatorHitTest Class

Contains the HitTest information about the row indicator located at the inspected point.

Declaration

TcxGridRowIndicatorHitTest = class(
    TcxGridRecordHitTest
)

Remarks

This class designates the hit code (which is equal to htRowIndicator) of the row indicator which is located at the inspected point and also introduces the MultiSelect field whose values are used to determine whether multiple selection of records or grouping rows is in effect and change the mouse pointer accordingly.

See Also