GISA.Controls.ControloAut.ControloAutList.SelectItem C# (CSharp) Method

SelectItem() public method

public SelectItem ( GISADataset cadRow ) : void
cadRow GISADataset
return void
        public void SelectItem(GISADataset.ControloAutDicionarioRow cadRow)
        {
            ListViewItem item = null;
            item = GUIHelper.GUIHelper.findListViewItemByTag(cadRow, lstVwPaginated);
            if (item != null)
                SelectItem(item);
        }