Skip to main content
A newer version of this page is available. .

DiagramItem.IsSelected Property

Gets whether the diagram item is selected. This is a dependency property.

Namespace: DevExpress.Xpf.Diagram

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Diagram, DevExpress.Wpf.Diagram

Declaration

[Browsable(false)]
public bool IsSelected { get; }

Property Value

Type Description
Boolean

true if the diagram item is selected; otherwise, false.

See Also