Back to Devexpress

PropertyGridMenuEventArgs.Items Property

wpf-devexpress-dot-xpf-dot-propertygrid-dot-propertygridmenueventargs-925c701d.md

latest1.2 KB
Original Source

PropertyGridMenuEventArgs.Items Property

Gets items displayed in the invoked menu.

Namespace : DevExpress.Xpf.PropertyGrid

Assembly : DevExpress.Xpf.PropertyGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

csharp
public ReadOnlyCollection<BarItem> Items { get; }
vb
Public ReadOnly Property Items As ReadOnlyCollection(Of BarItem)

Property Value

TypeDescription
ReadOnlyCollection<BarItem>

Items displayed in the invoked menu.

|

See Also

PropertyGridMenuEventArgs Class

PropertyGridMenuEventArgs Members

DevExpress.Xpf.PropertyGrid Namespace