01 2019 档案
摘要:private void TreeView1_NodeMouseClick(object sender, TreeNodeMouseClickEventArgs e) { if (names!=null&& names.ContainsValue(e.Node.Text.ToString())) {
阅读全文
摘要:private void GridConfig() { GridGroupSummaryItem item = new GridGroupSummaryItem(); item.FieldName = "group_type"; item.SummaryType = DevExpress.Data.
阅读全文
摘要:private void gridView1_RowCellStyle(object sender, DevExpress.XtraGrid.Views.Grid.RowCellStyleEventArgs e) { //偶数行奇数列||奇数行偶数列 if ( e.RowHandle != grid
阅读全文