Back to Devexpress

GanttTaskPopupMenuShowingEventArgs.Items Property

windowsforms-devexpress-dot-xtragantt-dot-gantttaskpopupmenushowingeventargs-057b90c6.md

latest1.1 KB
Original Source

GanttTaskPopupMenuShowingEventArgs.Items Property

Provides access to menu items.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public DXMenuItemCollection Items { get; }
vb
Public ReadOnly Property Items As DXMenuItemCollection

Property Value

TypeDescription
DevExpress.Utils.Menu.DXMenuItemCollection

An object that specifies the collection that contains menu items.

|

See Also

GanttTaskPopupMenuShowingEventArgs Class

GanttTaskPopupMenuShowingEventArgs Members

DevExpress.XtraGantt Namespace