Skip to main content

FlyoutBase.CloseCommand Property

Closes the popup.

Namespace: DevExpress.Xpf.Editors.Flyout.Native

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public ICommand CloseCommand { get; protected set; }

Property Value

Type Description
ICommand

A command that implements the ICommand.

Remarks

To learn more about using commands, refer to MSDN.

See Also