Back to Devexpress

Flyout.CloseOnCommandExecute Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-flyout-110fd569.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public bool CloseOnCommandExecute { get; set; }
vb
Public Property CloseOnCommandExecute As Boolean

Property Value

TypeDescription
Boolean

true, to close the Flyout when the Flyout.Command is executed; otherwise, false.

|

See Also

Command

Flyout Class

Flyout Members

DevExpress.Xpf.WindowsUI Namespace