Skip to main content
All docs
V19.2

GanttControl.PopupMenuShowing Event

This event is not relevant to the control. Use TreeListPopupMenuShowing or TaskPopupMenuShowing instead.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

[DXCategory("Behavior")]
[Browsable(false)]
public event PopupMenuShowingEventHandler PopupMenuShowing

Event Data

The PopupMenuShowing event's data class is PopupMenuShowingEventArgs. The following properties provide information specific to this event:

Property Description
Allow Gets or sets if display of the menu is allowed.
Menu Gets or sets the control’s popup menu that will be shown.
Point Gets the position where the menu is to be invoked.
See Also