Click or drag to resize

CheckableSelectableListNodeIsChecked Property

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

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

Property Value

Boolean
true if this instance is checked; otherwise, false.
See Also