Skip to main content

GanttTaskPopupMenuShowingEventArgs.Items Property

Provides access to menu items.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

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