TcxPopupMenuInfo.GridView Property
Specifies the owner grid View for the popup menu.
Declaration
property GridView: TcxCustomGridView read; write;
Property Value
Type |
---|
TcxCustomGridView |
Remarks
The GridView property specifies the grid View whose elements can be used for popup menu activation. In order to setup the appropriate elements, use the HitTypes property.
See Also