Skip to main content

DiagramItem.IsSelected Property

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

Namespace: DevExpress.Xpf.Diagram

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

NuGet Package: 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