Back to Devexpress

DiagramCommands.LoadImage Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcommands-68c5b0e5.md

latest1.2 KB
Original Source

DiagramCommands.LoadImage Property

Gets the command that invokes the Insert Image dialog that allows the end-user to change the selected image item.

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

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