Skip to main content
All docs
V23.2

ShowMenuEventArgs<T>.Items Property

Gets a collection of BarItems that are displayed in the popup menu.

Namespace: DevExpress.Xpf.Docking.Base

Assembly: DevExpress.Xpf.Docking.v23.2.dll

NuGet Package: DevExpress.Wpf.Docking

Declaration

public ReadOnlyCollection<BarItem> Items { get; }

Property Value

Type Description
ReadOnlyCollection<BarItem>

A collection of BarItems that are displayed in the popup menu.

See Also