Table of Contents
SingleExpandMode Property

Specifies the single expand mode.

Syntax
 public TreeViewSingleExpandMode SingleExpandMode { get; set; }
Remarks

Setting this property to TopLevelOnly indicating that only one top level item should be expanded. Setting it to AllLevels indicating that only one item should be expanded at all levels.

See Also