CheckableSelectableListNodeIsChecked Property |
Gets or sets a value indicating whether this instance is checked.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool IsChecked { get; set; }
Property Value
Booleantrue if this instance is checked; otherwise,
false.
See Also