Back to Devexpress

DiagramCommands.SelectPrevItem Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcommands-9a1ab1e4.md

latest1.1 KB
Original Source

DiagramCommands.SelectPrevItem Property

Gets the command that selects the previous diagram item in the order they were added to the diagram.

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public ICommand SelectPrevItem { get; }
vb
Public ReadOnly Property SelectPrevItem 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