Click or drag to resize

SelectableListNodeIsSelected Property

Gets or sets a value indicating whether this item is selected.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual bool IsSelected { get; set; }

Property Value

Boolean
true if this item is selected; otherwise, false.

Implements

ISelectableItemIsSelected
See Also