Method SetItemsExpandedRecursive
SetItemsExpandedRecursive(bool, bool)
Sets IsExpanded property of child items recursively.
public virtual void SetItemsExpandedRecursive(bool expanded, bool onlyVisible = true)
Parameters
expandedboolNew value of IsExpanded property.
onlyVisibleboolWhether to update only visible items.