Enum TreeSelectionCascade
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.dll
How selection toggles propagate across a tree.
public enum TreeSelectionCascade
Fields
Both = 3Selection cascades both up and down.
Children = 1Selection cascades down to descendants.
None = 0No propagation — selection stays on the toggled node.
Parents = 2Selection cascades up to ancestors.