E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
XtraGrid
DevExpress中
XtraGrid
控件对GridView每行的颜色设置 zt
改变行颜色 private void GridView1_RowStyle(object sender, DevExpress.
XtraGrid
.Views.Grid.RowStyleEventArgs
·
2015-10-31 09:43
DevExpress
GridControl 列中显示图片 z
如何在 DevExpress.
XtraGrid
.GridControl 显示图片列。 方法很多,我把它们逐一写在附言中,方便大家分情况合理使用。
·
2015-10-31 09:42
grid
DevExpress控件汉化类 z
更新了一些字段,VER9.3.3 using System; using DevExpress.XtraEditors.Controls; using DevExpress.
XtraGrid
.Localization
·
2015-10-31 09:41
DevExpress
Devexpress 汉化 代码 zt
summary> /// 汉化DX控件 /// </summary> private void Chinesization() { //视情况而定汉化,取消下面的注释 //DevExpress.
XtraGrid
.Localization.GridResLocalizer.Active
·
2015-10-31 09:41
DevExpress
Devexpress 之gridControl双击行事件
MouseDown事件 protected internal void gridControl1_MouseDown(object sender, MouseEventArgs e) { DevExpress.
XtraGrid
.Views.Grid.ViewInfo.GridHitInfo
·
2015-10-31 09:41
DevExpress
How to print only the selected grid rows
XtraGrid
, XtraPrinting Library, eXpress Persistent Objects This property The
XtraGrid
control provides
·
2015-10-31 09:34
select
developer express右键菜单显示汉化
首先建一个cn.cs文件,内容为: using System;using DevExpress.XtraEditors.Controls;using DevExpress.
XtraGrid
.Localization
·
2015-10-31 09:46
developer
Devpress.
XtraGrid
.GridControl 笔记
private void grdView_InitNewRow(object sender, DevExpress.
XtraGrid
.Views.Grid.InitNewRowEventArgs e)
·
2015-10-31 09:27
grid
DevExpress第三方控件汉化的全部代码和使用方法
DevExpress.XtraEditors.Controls 此控件包中包含的控件最多,包括文本框,下拉列表,按钮,等等 DevExpress.
XtraGrid
网格
·
2015-10-31 09:25
DevExpress
DevExpress ,
XtraGrid
,GridControl,Gridview 使用点滴
1.在单元里显示日历控件、下拉框等 Imports DevExpress.XtraEditors.Repository Dim irdata As New RepositoryItemCalcEdit GridView1.Columns(1).ColumnEdit = irdata 2.格式化数字 ###,###.00 GridView1.Columns(4)
·
2015-10-31 09:25
DevExpress
XtraGrid
gridview基本用法
DevExpress
XtraGrid
的功能实在强大,刚使用的时候看到一大片属性设置,分不清东南西北,参照demo和使用中的一些经验,记录一下使用方法。
·
2015-10-31 09:25
GridView
DevExpress.
XtraGrid
.Views.Grid.GridView在行指示器(行头)显示行号
//设置行指示器的宽度(行指示器就是最左边那列什么都不显示的列) //默认情况下,如果要在里面显示行号的话,宽度会不足,数字显示不清晰 //所以要改一下宽度 gridView1.IndicatorWidth = 20; //CustomDrawRowIndicator用于处理行头的自动编号 priv
·
2015-10-31 09:46
DevExpress
DevExpress 第三方控件汉化的全部代码和使用方法
DevExpress.XtraEditors.Controls 此控件包中包含的控件最多,包括文本框,下拉列表,按钮,等等 DevExpress.
XtraGrid
·
2015-10-30 16:57
DevExpress
GridControl中的checkBox用法
设置为多选gridView1.OptionsSelection.MultiSelect=true;gridView1.OptionsSelection.MultiSelectMode=DevExpress.
XtraGrid
qlshuang
·
2015-10-30 16:00
checkbox
dev
关于
XtraGrid
的使用(GridControl小结)
定义焦点行的方法: gridView_bcode.FocusedRowHandle = focuseRowInt; //通过设置GridView 的FocusedRowHandle属性 view plaincopy to clipboardprint? //获取焦点行任意单元格的数据 ColumnView cv = (ColumnView)g
·
2015-10-30 15:00
grid
DevExpress.
XtraGrid
Execl导入导出
本文转自:http://hi.baidu.com/plj_/blog/item/6efe90a37053d2a7cbefd099.html #region 导出Execl private void sBtnExportToXLS_Click(object sender, Ev
·
2015-10-30 14:41
DevExpress
developer express右键菜单显示汉化
文件,内容为: using System; using DevExpress.XtraEditors.Controls; using DevExpress.
XtraGrid
·
2015-10-30 13:35
developer
Devexpress
XtraGrid
控件编辑的内容,如何实时生效
举个例子,有一个列编辑器repositoryItemImageComboBox选择框,当选择了以后值是不会保存起来的(不会生效),只有当该GridCell失去焦点的时候,才会保存。 原文解决方法在这里:http: // www.devexpress.com/Support/Center/kb/p/A880.aspx 手动在编辑控件中加一个事件 EditValueChan
·
2015-10-30 13:34
DevExpress
XtrGrid 禁用特定单元格
using DevExpress.
XtraGrid
.Views.Grid;// ... private void gridView1_ShowingEditor(object sender, System.ComponentModel.CancelEventArgs
·
2015-10-30 13:01
grid
CellMerge
private void gridView1_CellMerge(object sender, DevExpress.
XtraGrid
.Views.Grid.CellMergeEventArgs e)
·
2015-10-30 13:58
merge
汉化DevExpress的Code
大家分享下 using System; using System.Collections.Generic; using System.Text; using DevExpress.
XtraGrid
.Localization
·
2015-10-30 13:04
DevExpress
Developer Express右键菜单显示汉化
//新建一个类,内容为: using System; using DevExpress.XtraEditors.Controls; using DevExpress.
XtraGrid
.Localization
·
2015-10-30 13:03
developer
DEV
XtraGrid
控件中实现分页的两种方案
为了在大数据量中减少客户端在使用表格时对服务器及网络等资源的占用,我们需要在
XtraGrid
表格中实现分页操作的功能。
·
2015-10-30 13:02
grid
Devpress.
XtraGrid
.GridControl.GridView 属性
Devpress.
XtraGrid
.GridControl.GridView 属性 说明 Options
·
2015-10-30 13:59
GridView
devpress 的gridview 控件的行拖拽 z
首先,添加引用:using DevExpress.
XtraGrid
.Views.Grid.ViewInfo;
·
2015-10-30 11:54
GridView
XtraGrid
的若干种用法 z
支持多种类型的数据集合作为数据源
XtraGrid
与传统的DataGridView一样,支持多种类型作为其数据源。
·
2015-10-30 11:52
grid
XtraGrid
GroupRow不显示分组展开图标,以及颜色普通化(学,会的别见笑,不会的拿去用)
于是用到了下面这些代码: Code private void gView_CustomDrawGroupRow(object sender, DevExpress.
XtraGrid
.Views.Base.RowObjectCustomDrawEventArgs
·
2015-10-30 10:29
group
(原)实现
XtraGrid
的复杂表头(中文斜线分类)
解决方法: 1、使用
XtraGrid
中的BandedGridView视图,并在Designer界面中,添加分组表头,进行布局处理。
·
2015-10-30 10:24
grid
(原)
XtraGrid
打印过程中不同的报表使用不同的打印机
场景: 系统内各种报表格式、大小均不统一,有用A4纸的,有A3纸的,而各部门配置的打印机又不同,所以需要根据报表的大小可以指定不同的打印机。 解决方法: 1、 XtraReport 有 PrinterName 属性,在打印之前指定即可,如不指定则为系统默认打印
·
2015-10-30 10:24
grid
(原)打印
XtraGrid
并设置表头、纸张类型
场景: 使用
XtraGrid
打印各种报表,要求能显示表头、条件,设置纸张类型等。
·
2015-10-30 10:23
grid
XtraGrid
笔记
private void grdView_InitNewRow(object sender, DevExpress.
XtraGrid
.Views.Grid.InitNewRowEventArgs e)&
·
2015-10-28 09:12
grid
DevPress Grid 设置行样式
individual cells: using DevExpress.
XtraGrid
.Views.Grid; private void gridView1
·
2015-10-28 09:11
grid
DevExpress.
XtraGrid
中关于排序的一点经验总结
1、指定给一列进行排序 dgvContent.Columns[ " SomeFieldName " ].SortOrder = DevExpress.Data.ColumnSortOrder.Ascending; 2、对于已经排好序的数据,想不让它进行排序或者另外指定排序 dgvContent.ClearSorting(
·
2015-10-28 09:07
DevExpress
WinForm框架备忘
1.添加自定义格式化
xtragrid
的显示样式,例如dev的例子 需要保存格式化条件 参考http://www.cnblogs.com/haifengtech/archive/2011/07/14
·
2015-10-28 08:36
WinForm
DevExpress 数据与展示的不同
nbsp; 有时候我们需要详细展示数据源的含义,这时候就需要用到 RepositoryItemLookUpEdit 展示: 代码详情: ColumnData = new DevExpress.
XtraGrid
.Columns.GridColumn
·
2015-10-28 07:31
DevExpress
C# DevExpress_gridControl 行号行样式
region行号 /// ///行号 /// /// /// privatevoidgridView1_CustomDrawRowIndicator(objectsender,DevExpress.
XtraGrid
.Views.Grid.RowIndicatorCustomDrawEventArgse
北冥冰皇
·
2015-10-27 15:00
repositoryItemComboBox没有SelectedIndex属性的处理办法
the InitNewRow event as follows: private void gridView_InitNewRow(object sender, DevExpress.
XtraGrid
.Views.Grid.InitNewR
·
2015-10-27 14:10
repository
Devpress.
XtraGrid
.GridControl.GridView属性
说明 Options OptionsBehavior 视图的行为选项 AllowIncrementa
·
2015-10-27 14:13
GridView
关于
XtraGrid
的CustomUnboundColumnData事件的触发条件
必须至少做到以下几点: 1.将该列的UnboundType属性设置为bound(默认值)以外的数据类型 2.为该列设置一个窗体内全局唯一的FieldName,注意这个FieldName甚至不能出现在窗体上其它
XtraGrid
·
2015-10-27 14:59
column
Devexpress GridView 列中显示图片
ImageList中 添加GridView中Column void gridView1_CustomUnboundColumnData(object sender, DevExpress.
XtraGrid
.Views.Base.CustomColumnDataEventArgs
·
2015-10-27 11:10
DevExpress
Dev 统计GridControl界面上当前选中的一行的值
private void gridView1_CellValueChanged(object sender, DevExpress.
XtraGrid
.Views.Base.CellValueChangedEventArgs
·
2015-10-23 08:04
grid
grid应用
提交当前行的修改using DevExpress.
XtraGrid
;using DevExpress.
XtraGrid
.Views.Base;using System.Data.Common;//...
·
2015-10-21 12:13
grid
Devpress.
XtraGrid
.GridControl.GridView 属性
说明 Options OptionsBehavior 视图的行为选项 AllowIncrementalSearch  
·
2015-10-21 12:11
GridView
DataGridView 序号
public void view_CustomDrawRowIndicator(object sender, DevExpress.
XtraGrid
.Views.Grid.RowIndicatorCustomDrawEventArgs
·
2015-10-21 12:28
datagridview
XtraGrid
加全选列
如图中的效果工具类usingSystem; usingSystem.Collections; usingSystem.Collections.Generic; usingSystem.Drawing; usingSystem.Linq; usingSystem.Text; usingSystem.Windows.Forms; usingDevExpress.Utils.Drawing; using
lee576
·
2015-08-14 16:00
C#实现DevExpress本地化实例详解
具体实现方法如下:usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingDevExpress.
XtraGrid
.Localization
明子
·
2015-08-08 12:29
DevExpress GridControl复合表头(多行表头)设置BandedGridView
转自:http://blog.csdn.net/lqh4188/article/details/8447939关于DevExpress.
XtraGrid
的复合表头或多行表头的示例,界面如下图所示1.首先要把
threadroc
·
2015-06-30 11:00
DevExpress GridView 两个问题
1、Column中显示图片privatevoidgridView1_CustomUnboundColumnData(objectsender,DevExpress.
XtraGrid
.Views.Base.CustomColumnDataEventArgse
jjhua
·
2015-06-02 16:00
Dev GridControl
usingSystem.Collections.Generic; usingSystem.ComponentModel; usingSystem.Windows.Forms; usingDevExpress.
XtraGrid
.Columns
kone0611
·
2015-05-12 17:00
C#
gridcontrol
Dev GirdView 去掉系统菜单增加自定义菜单
DevGirdView去掉系统菜单增加自定义菜单1.获取gridview事件如下: privatevoidgridView1_PopupMenuShowing(objectsender,DevExpress.
XtraGrid
.Views.Grid.PopupMenuShowingEventArgse
chh1
·
2015-03-23 14:33
dev
自定义菜单
GirdView
系统菜单
上一页
1
2
3
4
5
6
7
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他