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

PopupMenuInfo.Items Property

Provides access to bar items owned by this PopupMenu. The PopupMenu will create and show a corresponding bar item link for each child bar item. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public CommonBarItemCollection Items { get; }

Property Value

Type
DevExpress.Xpf.Bars.CommonBarItemCollection
See Also