Skip to main content
A newer version of this page is available. .

FlyoutBase.OpenCommand Property

Opens the popup.

Namespace: DevExpress.Xpf.Editors.Flyout.Native

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public ICommand OpenCommand { 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