Skip to main content
A newer version of this page is available. .

GanttTaskPopupMenuShowingEventArgs.Items Property

Provides access to menu items.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

public DXMenuItemCollection Items { get; }

Property Value

Type Description
DevExpress.Utils.Menu.DXMenuItemCollection

An object that specifies the collection that contains menu items.

See Also