Back to Devexpress

PopupBaseEdit.OpenPopupCommand Property

wpf-devexpress-dot-xpf-dot-editors-dot-popupbaseedit-875a1e3c.md

latest1.2 KB
Original Source

PopupBaseEdit.OpenPopupCommand Property

Opens a popup.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public ICommand OpenPopupCommand { get; }
vb
Public ReadOnly Property OpenPopupCommand As ICommand

Property Value

TypeDescription
ICommand

An object implementing the ICommand interface, that defines the command.

|

Remarks

Corresponding Method: PopupBaseEdit.ShowPopup.

See Also

PopupBaseEdit Class

PopupBaseEdit Members

DevExpress.Xpf.Editors Namespace