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

MenuFlyout.Items Property

Provides access to the collection of MenuFlyoutItems used in this MenuFlyout.

Namespace: DevExpress.Xpf.WindowsUI

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

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

Declaration

public MenuFlyoutItemCollection Items { get; }

Property Value

Type Description
DevExpress.Xpf.WindowsUI.MenuFlyoutItemCollection

A MenuFlyoutItemCollection that stores MenuFlyoutItems used in this MenuFlyout.

Remarks

See the MenuFlyout topic to learn more.

See Also