Flyout.CloseOnCommandExecute Property
Gets or sets whether to close the Flyout when the Flyout.Command is executed. This is a dependency property.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v25.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true, to close the Flyout when the Flyout.Command is executed; otherwise, false. |
See Also