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

MenuFlyout.ItemsSource Property

Gets or sets an object that provides information to generate and initialize MenuFlyoutItems for the current MenuFlyout.

This is a dependency property.

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public object ItemsSource { get; set; }

Property Value

Type Description
Object

An Object that serves as a source for this MenuFlyout‘s items.

Remarks

The ItemsSource property supports the MVVM design pattern. See MVVM Support to learn more.

Use the MenuFlyout.ItemTemplate property to visualize objects stored in the ItemsSource collection.

See Also