Click or drag to resize

SelectableListNodeWithParentIsSelected 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 override bool IsSelected { get; set; }

Property Value

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

Implements

ISelectableItemIsSelected
See Also