Back to Devexpress

FlyoutBase.CloseCommand Property

wpf-devexpress-dot-xpf-dot-editors-dot-flyout-dot-native-dot-flyoutbase-cfe9514b.md

latest1.2 KB
Original Source

FlyoutBase.CloseCommand Property

Closes the popup.

Namespace : DevExpress.Xpf.Editors.Flyout.Native

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public ICommand CloseCommand { get; protected set; }
vb
Public Property CloseCommand As ICommand

Property Value

TypeDescription
ICommand

A command that implements the ICommand.

|

Remarks

To learn more about using commands, refer to MSDN.

See Also

FlyoutBase Class

FlyoutBase Members

DevExpress.Xpf.Editors.Flyout.Native Namespace