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.v19.2.dll

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