In This Article

TreeMultiSelectionKind Enum

Specifies the item multi-select mode for a tree control.

public enum TreeMultiSelectionKind

Fields

Name Description
Any

Any node can be selected.

SameDepth

Any node at the same depth can be selected.

SameType

Any node that is the same type can be selected.

Siblings

Any node that shares the same parent can be selected.