| | |
| | | this.currentViewModelBindingSource.ResetBindings(false); |
| | | this.gridView1.FocusedRowHandle = nextHandle; |
| | | } |
| | | |
| | | private void barBtnSearch_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e) |
| | | { |
| | | this.gridView1.OptionsFind.AlwaysVisible = !this.gridView1.OptionsFind.AlwaysVisible; |
| | | } |
| | | |
| | | //刷新 |
| | | private void barBtnRefresh_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e) |
| | | { |
| | | var seriesId = this.AssetsPumpSeriesTreeListCtrl1.GetFocusID(out bool isGroup); |
| | | AssetsPumpSeriesTreeListCtrl1_FocusedChangedEvent(seriesId, isGroup); |
| | | } |
| | | } |
| | | } |