Habanero.Faces.Win.StaticDataEditorWin.SelectItem C# (CSharp) Method

SelectItem() public method

Selects an item with the given name in the treeview
public SelectItem ( string itemName ) : void
itemName string The name of the item to select
return void
        public void SelectItem(string itemName)
        {
            _staticDataEditorManager.SelectItem(itemName);
        }