TcxCustomGridView.PopupMenu Property
Specifies the popup menu associated with the current View.
Declaration
property PopupMenu: TComponent read; write;
Property Value
Type |
---|
TComponent |
Remarks
In order to make a pop-up menu appear when the View is selected and an end-user clicks it with the right mouse button, assign a value to the PopupMenu property. This does not specify the current View as the popup menu’s manager. Instead, the popup menu is assigned to the site object associated with the View (see the Site property).
See Also