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.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
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