Table of Contents

Enum TreeSelectionCascade

Namespace
BlazOrbit.Components
Assembly
BlazOrbit.dll

How selection toggles propagate across a tree.

public enum TreeSelectionCascade

Fields

Both = 3

Selection cascades both up and down.

Children = 1

Selection cascades down to descendants.

None = 0

No propagation — selection stays on the toggled node.

Parents = 2

Selection cascades up to ancestors.