• 大小: 0.38M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: GridView  DataGridView  下载  

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Text;
using System.Drawing;
using DevExpress.XtraEditors.Repository;
using System.Windows.Forms;
using System.Data;

namespace TestGridViewCheck
{
    public class DevControlHelper
    {
        public static void DrawCheckBox(DevExpress.XtraGrid.Views.Grid.ColumnHeaderCustomDrawEventArgs e bool chk)
        {
            RepositoryItemCheckEdit repositoryCheck = e.Column.ColumnEdit as RepositoryItemCheckEdit;
            if (repositoryCheck != null)
            {
                Graphics g = e.Graphics;
                Rectangle r = e.Bounds;

                DevExpress.XtraEditors.ViewInfo.CheckEditViewInfo info;
                DevExpress.XtraEditors.Drawing.CheckEditPainter painter;
                DevE

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       2405  2011-12-29 11:29  DevControlHelper.cs

     文件        670  2011-12-29 14:16  Program.cs

     文件       5284  2011-12-29 14:21  TestGridViewCheck.csproj

     文件       7378  2011-12-30 15:44  FrmDevGridViwSelect.Designer.cs

     文件       9366  2011-12-30 15:44  FrmDevGridViwSelect.resx

     文件       4937  2011-12-30 15:46  FrmNormalGridViewSelect.Designer.cs

     文件       7314  2011-12-30 15:46  FrmNormalGridViewSelect.resx

     文件       3787  2011-12-30 15:56  FrmDevGridViwSelect.cs

     文件       3785  2011-12-30 16:12  FrmNormalGridViewSelect.cs

     文件       1390  2011-12-27 17:24  Properties\AssemblyInfo.cs

     文件        285  2011-12-29 10:38  Properties\licenses.licx

     文件       2884  2011-12-27 17:24  Properties\Resources.Designer.cs

     文件       5612  2011-12-27 17:24  Properties\Resources.resx

     文件       1102  2011-12-27 17:24  Properties\Settings.Designer.cs

     文件        249  2011-12-27 17:24  Properties\Settings.settings

     文件     798378  2011-11-27 11:46  WHC.OrderWater.Commons.xml

     文件     719872  2011-11-27 11:47  WHC.OrderWater.Commons.dll

     目录          0  2011-12-29 14:15  Properties

----------- ---------  ---------- -----  ----

              1574698                    18


评论

共有 条评论