Skip to main content

TcxGridPopupMenu.HitTest Property

Returns HitTest information about the grid View element that is right-clicked to invoke the menu.

Declaration

property HitTest: TcxCustomGridHitTest read; write;

Property Value

Type
TcxCustomGridHitTest

Remarks

Use the HitTest property to determine the right-clicked element and obtain ViewInfo information associated with this element.

See Also