Click or drag to resize

ISelectableItemIsSelected Property

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

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

Property Value

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