BarItemMenuHeader.ItemsSource Property
In This Article
Gets or sets the source of items for this BarItemMenuHeader.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public IEnumerable ItemsSource { get; set; }
#Property Value
Type | Description |
---|---|
IEnumerable | An IEnumerable object that stores items for this Bar |
#Remarks
See the MVVM Support topic to learn more.
#Implements
See Also