Skip to main content
Bar

BarItemMenuHeader.ItemsSource Property

Gets or sets the source of items for this BarItemMenuHeader.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v23.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 BarItemMenuHeader.

Remarks

See the MVVM Support topic to learn more.

Implements

See Also