TcxPopupMenuInfo.GridView Property
In This Article
Specifies the owner grid View for the popup menu.
#Declaration
Delphi
property GridView: TcxCustomGridView read; write;
#Property Value
Type |
---|
Tcx |
#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