Skip to main content

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public bool CloseOnCommandExecute { get; set; }

Property Value

Type Description
Boolean

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

See Also