01 2019 档案

摘要:private void TreeView1_NodeMouseClick(object sender, TreeNodeMouseClickEventArgs e) { if (names!=null&& names.ContainsValue(e.Node.Text.ToString())) { 阅读全文
posted @ 2019-01-04 16:37 A-GREATE-USERNAME 阅读(745) 评论(0) 推荐(0) 编辑
摘要:private void GridConfig() { GridGroupSummaryItem item = new GridGroupSummaryItem(); item.FieldName = "group_type"; item.SummaryType = DevExpress.Data. 阅读全文
posted @ 2019-01-02 14:42 A-GREATE-USERNAME 阅读(1179) 评论(0) 推荐(0) 编辑
摘要:private void gridView1_RowCellStyle(object sender, DevExpress.XtraGrid.Views.Grid.RowCellStyleEventArgs e) { //偶数行奇数列||奇数行偶数列 if ( e.RowHandle != grid 阅读全文
posted @ 2019-01-02 14:11 A-GREATE-USERNAME 阅读(887) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示