/// <summary> /// Remove the current <see cref="PropertyList"/> and remove all entries /// displayed in the <see cref="ListView"/>. /// </summary> public void Clear() { _treeListView.Clear(); }