TcxPopupMenuInfo.HitTypes Property
Determines the grid View elements that can display a corresponding popup menu.
Declaration
property HitTypes: TcxGridViewHitTypes read; write;
Property Value
Type |
---|
TcxGridViewHitTypes |
Remarks
This property represents a set of TcxGridViewHitType values. Each value has a corresponding grid element. If a value is included into the HitTypes set, the corresponding grid element responds to right-clicks by displaying the popup menu specified by the PopupMenu property.
See Also