| | |
| | | using DevExpress.XtraEditors; |
| | | using DevExpress.Utils.Extensions; |
| | | using DevExpress.XtraEditors; |
| | | using Gs.DevApp.Entity; |
| | | using Gs.DevApp.ToolBox; |
| | | using Gs.DevApp.UserControl; |
| | |
| | | { |
| | | getPageList(this.pageBar1.CurrentPage); |
| | | }); |
| | | getPageList(1); |
| | | getPageList(1); |
| | | pageBar1.PagerEvent += PageBar1_PagerEvent; |
| | | |
| | | Button button1 = new Button(); |
| | | button1.Text = "Button 1"; |
| | | Button button2 = new Button(); |
| | | button2.Text = "Button 2"; |
| | | layoutControlItem16.Control.AddControl(button1); |
| | | layoutControlItem16.Control.AddControl(button2); |
| | | } |
| | | |
| | | |
| | | |
| | | private async void GridView1_ColumnFilterChanged(object sender, EventArgs e) |
| | | { |
| | | _filterList = Gs.DevApp.ToolBox.UtilityHelper.GetDilter(gridView1.Columns, gridView1); |