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