FlyoutBase.OpenCommand Property
Opens the popup.
Namespace: DevExpress.Xpf.Editors.Flyout.Native
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
ICommand | A command that implements the ICommand. |
Remarks
To learn more about using commands, refer to MSDN.
See Also