TcxGridPopupMenu.HitType Property
Identifies the right-clicked grid View element.
Declaration
property HitType: TcxGridViewHitType read;
Property Value
Type |
---|
TcxGridViewHitType |
Remarks
Refer to the TcxGridViewHitType type description to learn about available HitType property values.
Unlike the HitTest property, the HitType property returns only the element identifier, without any additional information.
See Also