BarItemMenuHeader.ItemsSource Property
Gets or sets the source of items for this BarItemMenuHeader.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
IEnumerable | An IEnumerable object that stores items for this BarItemMenuHeader. |
Remarks
See the MVVM Support topic to learn more.
Implements
See Also