TreeListLookUpEdit
1.添加搜索框
加载时,加上
this.txtUpCode.Properties.ImmediatePopup = true;//在输入框按任一可见字符键时立即弹出下拉窗体
this.txtUpCode.Properties.TreeList.ShowFindPanel();//展示搜索框

1.添加搜索框
加载时,加上
this.txtUpCode.Properties.ImmediatePopup = true;//在输入框按任一可见字符键时立即弹出下拉窗体
this.txtUpCode.Properties.TreeList.ShowFindPanel();//展示搜索框
