Skip to main content

MenuFlyout.Items Property

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

Namespace: DevExpress.Xpf.WindowsUI

Assembly: DevExpress.Xpf.Controls.v23.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