| | |
| | | this.gridView1.Name = "gridView1"; |
| | | this.gridView1.OptionsFind.ShowSearchNavButtons = false; |
| | | this.gridView1.OptionsView.ShowAutoFilterRow = true; |
| | | this.gridView1.OptionsView.ShowFooter = true; |
| | | this.gridView1.OptionsView.ShowGroupPanel = false; |
| | | // |
| | | // billNo |
| | |
| | | this.quantity.FieldName = "quantity"; |
| | | this.quantity.MinWidth = 24; |
| | | this.quantity.Name = "quantity"; |
| | | this.quantity.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { |
| | | new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "quantity", "SUM={0:0.##}")}); |
| | | this.quantity.Tag = "quantity"; |
| | | this.quantity.Visible = true; |
| | | this.quantity.VisibleIndex = 6; |