Back to Devexpress

DiagramCommands.ShowPopupMenu Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcommands-3a1443ca.md

latest1.1 KB
Original Source

DiagramCommands.ShowPopupMenu Property

Gets the command that invokes the popup menu for the selected item.

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

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

Property Value

TypeDescription
ICommand

An object implementing the System.Windows.Input.ICommand interface.

|

See Also

DiagramCommands Class

DiagramCommands Members

DevExpress.Xpf.Diagram Namespace