In This Article

TreeItemChildrenQueryMode Enum

Specifies the mode by which a tree item's children are queried.

public enum TreeItemChildrenQueryMode

Fields

Name Description
OnDisplay

Query the item's children when all of the item's ancestors are expanded. The item is only expandable if there is at least one child item.

OnExpansion

The item is only expandable by default. When the item is expanded, query the item's children, and disable expandability if there are no child items.