Click or drag to resize

RowSelectionItemControllerIsInterSection Property

If true, this item is connected with the next item on the same level by intersection. If false, it is connected by union.

Namespace: Altaxo.Gui.Data.Selections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool IsInterSection { get; set; }

Property Value

Boolean
See Also