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

NuGet Package: DevExpress.Wpf.Controls

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