Skip to main content

MenuFlyoutItem.StaysOpenOnClick Property

Gets or sets whether the parent MenuFlyout that contains this MenuFlyoutItem should remain open after an end-user has clicked this MenuFlyoutItem. This is a dependency property.

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public bool StaysOpenOnClick { get; set; }

Property Value

Type Description
Boolean

true, if the parent MenuFlyout should remain open after an end-user has clicked this MenuFlyoutItem. ; otherwise, false.

See Also