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

BarItemMenuHeader.ItemsSource Property

Gets or sets the source of items for this BarItemMenuHeader.

Namespace: DevExpress.Xpf.Bars

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, 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