Back to Devexpress

DiagramItem.IsSelected Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramitem-9676fa03.md

latest1.6 KB
Original Source

DiagramItem.IsSelected Property

Gets whether the current item is selected.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[Browsable(false)]
public virtual bool IsSelected { get; protected set; }
vb
<Browsable(False)>
Public Overridable Property IsSelected As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

ClearSelection()

SelectedItems

SelectItem(DiagramItem, ModifySelectionMode)

SelectItems

SelectionChanged

DiagramItem Class

DiagramItem Members

DevExpress.XtraDiagram Namespace