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
动态自定义控制button按钮显示
privatevoidgvTimeGroup_CustomDrawCell(objectsender,DevExpress.
XtraGrid
.Views.Base.RowCellCustomDrawEventArgse
jjhua
·
2012-08-23 18:00
object
button
DevExpress
XtraGrid
添加列Column
引用usingDevExpress.
XtraGrid
.Columns;usingDevExpress.XtraEditors.Repository; GridColumncolumn
jjhua
·
2012-08-22 16:00
DevExpress.
XtraGrid
.GridControl控件运用小记(动态表头)、优化效果
实现DevExpress.
XtraGrid
.GridControl控件表头的自定义绘制以及数据加载:usingSystem; usingSystem.Collections.Generic; usingSystem.Text
lxjlfy
·
2012-08-01 11:00
动态表头
自定义绘制
xtragrid
冻结列
IftheGridOptionsView.ColumnAutoWidthoptionissettofalseandthetotalcolumnwidthexceedstheViewwidth,youcanscrolltheViewhorizontally.Ifyouneedparticularcolumnstobedisplayedonscreenregardlessofscrollingperf
jjhua
·
2012-07-31 14:00
scroll
xtragrid
显示水平滚动条
this.gridView.OptionsView.ColumnAutoWidth=false; this.gridView.ScrollStyle=ScrollStyleFlags.LiveHorzScroll|ScrollStyleFlags.LiveVertScroll; this.gridView.HorzScrollVisibility=ScrollVisibility.Always;
jjhua
·
2012-07-31 14:00
DevExpress
XtraGrid
AddNewRow
DevExpressXtraGrid添加新的一行时,数据源DataSource如果是DataTable可以用AddNewRow方法,然后UpdateCurrentRow。但是如果DataSource的来源是List,用AddNewRow是不起作用的,这时候需要将List转换为BindingList,才可以采用AddNewRow。List toBindingList直接用构造函数就可以:Listso
jjhua
·
2012-07-29 21:00
object
null
GridControl详解(七)事件
privatevoidgridView1_RowCellClick(objectsender,DevExpress.
XtraGrid
.Views.Grid.RowCellClickEventArgse)
nanchuan
·
2012-07-21 16:25
DevExpress控件使用
dev 控件常见操作,收藏备用
privatevoidgrdView_InitNewRow(objectsender,DevExpress.
XtraGrid
.Views.Grid.InitNewRowEventArgse) { DevExpress.
XtraGrid
.Views.Grid.GridViewview
yudehui
·
2012-06-24 20:00
String
object
null
url
character
dataset
DevExpress.
XtraGrid
分组
一、手动方式1、添加分组项,RunDesigner--GroupSummaryItems--Add,设置计算添加SummaryType:Count总计2、设置显示格式 2.1格式:{0},效果:显示分组的列标题,如:OrderID 2.2 格式:{1},效果:显示分组后的项,如:102483、效果如下:二、代码 gridView1.GroupSummary.Add(DevExpress.
alisa525
·
2012-06-19 17:00
c
DevExpress.
XtraGrid
界面风格
1、设置界面风格:RunDesigner--StyleSchemes--PaintStyleDefault(注意:分组符号为向下的箭头)WindowsXP(注意:分组符号为+)
alisa525
·
2012-06-19 16:00
Devexpress gridview 常用设置
自己用的this.gvSchemesDescription.FocusRectStyle=DevExpress.
XtraGrid
.Views.Grid.DrawFocusRectStyle.RowFocus
jjhua
·
2012-06-02 15:00
DX打印
XtraGrid
场景: 使用
XtraGrid
打印各种报表,要求能显示表头、条件,设置纸张类型等。
zhenyuanjie
·
2012-05-14 18:00
object
String
Class
报表
DevExpress.
XtraGrid
.gridview 说明
Options OptionsBehavior 视图的行为选项 AllowIncrementalSearch 允许用户通过输入想得到的列值来定位行 AllowPartialRedrawOnScrolling 允许视图在垂直滚动中局部刷新 AutoExpandAllGroups 自动展开视图中的所有组 AutoPopulateColumns 当视图中没有某些数据源中的字段时,在视图
zhenyuanjie
·
2012-05-07 18:00
image
网络
存储
扩展
DevExpress.
XtraGrid
.GridControl 打印
//打印 privatevoidbtnPrint_Click(objectsender,EventArgse) { PrintPreview(this.gridControl1); } //自定义打印 privatevoidPrintPreview(DevExpress.XtraPrinting.IPrintablegridC
zhenyuanjie
·
2012-05-07 18:00
DevExpress 第三方控件汉化的全部代码和使用方法
DevExpress.XtraEditors.Controls此控件包中包含的控件最多,包括文本框,下拉列表,按钮,等等DevExpress.
XtraGrid
网格DevExpress.XtraBars菜单栏和工具栏
zhenyuanjie
·
2012-04-28 10:00
gridView显示行号
CustomDrawRowIndicator事件中编写如下代码 #region设置行号 privatevoidgvUser_CustomDrawRowIndicator(objectsender,DevExpress.
XtraGrid
.Views.Grid.RowIndicatorCustomDrawEventA
codefighting
·
2012-04-13 16:00
object
XtraGrid
使用心得(折叠式主细档、分组统计)
XtraGrid
的关键类就是:GridControl和GridView。GridControl本身不显示数据,数据都是显示在GridView/CardView/XXXXView中。
lenovouser
·
2012-03-29 08:00
sql
String
object
border
tabs
dataset
XtraGrid
控件6——2种GridColumn的属性
说明Options OptionsColumn 带的选项 AllowEdit 允许调用编辑器进行编辑 AllowFocus 允许得到焦点 AllowGroup 允许分组 AllowIncrementalSearch 允许用户通过输入想得到的值来定位 AllowMerge 允许合并单元格 AllowMove 允许拖动列头来进行移动 AllowSize 允许拖动列头的右边界来调
lenovouser
·
2012-03-15 16:00
DevExpress控件的GridControl控件
XtraGrid
的关键类就是:GridControl和GridView。GridControl本身不显示数据,数据都是显示在GridView/CardView/XXXXView中。
lonet
·
2012-03-02 16:00
数据库
object
header
dataset
DevExpress:grid中绑定下拉框ComboBoxEdit,只带显示
//GridView下拉选择框设置(数据字典) publicstaticvoidSetGridCombbox(DevExpress.
XtraGrid
.Views.Grid.GridViewgrvTemp
keenweiwei
·
2012-02-22 15:00
String
null
在
XtraGrid
中自定义日期编辑控件的格式
在
XtraGrid
或者XtraTreeList编辑模式中使用RepositoryItemDateEdit时, Editformat和DisplayFormat都是只读的。
Misy
·
2012-01-30 11:35
职场
休闲
XtraGrid
编辑控件格式
DevExpress学习笔记(四)-
XtraGrid
的操作
DevExpress学习笔记
XtraGrid
-个人较为感兴趣的效果一显示行号在列表中每一行的前面显示当前的行号。
·
2011-12-28 09:00
DevExpress
DevExpress学习笔记(三)-
XtraGrid
DevExpress学习笔记
XtraGrid
-数据绑定
XtraGrid
控件可以说是开发系统时使用的频率最多的控件,网上也有好多人对于此控件的用法津津乐道,受关注的程度远非其它的控件可比。
·
2011-12-26 09:00
DevExpress
XtraGrid
GridView设置默认选中的行颜色
表格加载数据后,默认选中第一行,设置背景颜色:Appearance.HideSelectionRow 设置点击时的颜色:Appearance.FocusedRow 恢复外观属性的默认值:Appearance.Row.Reset()
Misy
·
2011-12-22 14:23
职场
GridView
休闲
行的颜色
DevExpress
xtraGrid
控件的使用
电脑上面安装DXperienceXaf-9.2.6(我用的是这个版本,最新的更好),安装完成之后打开VS2008会发现工具栏中多出了很多的控件,都是DevExpress里面的,由于这控件是收费的东西,所以每次运行之前都会弹出一个版权说明的界面,这个也没关系,可以破解,破解程序在我的资源里面。 GirdControl只是一个容器控件,必须要求GridView视图作为它的子控件,也就是说GirdCon
chenpeng0118
·
2011-12-14 17:00
工具
破解
DevExpress的
Xtragrid
合并同列相同值的行
DevExpress的
Xtragrid
合并把一列中相同的都合并了,例子:namevalueaa1aa1bb1合并为namevalueaa1空空bb1也就是value也按name列合并设置:gridView
lenovouser
·
2011-11-24 17:00
header
Delphi
关于第三方控件DevExpress中
XtraGrid
用法,动态邦定数据
DataTable data = DAL.XXDA.EDIT.spda.get("SelectAll", "", "", "", "", "", "", "", "", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "
317057112
·
2011-11-22 14:22
职场
休闲
XtraGrid用法
XtraGrid
单元格加边框颜色
using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; using System.Reflection; using DevExpress.Xtr
·
2011-11-01 14:00
grid
DevExpress如何打印
XtraGrid
隐藏的列
参考:http://www.devexpress.com/Support/Center/p/DQ18562.aspx只能是在PrintableComponentLinklink=newPrintableComponentLink(ps);/*这里显示要打印的列,隐藏不打印的列*/ this.gridViewPos.Columns[0].Visible=false;this.gridViewPo
jzdzhiyun
·
2011-10-29 17:00
XtraGrid
GridView设置默认选中的行颜色
表格加载数据后,默认选中第一行,设置背景颜色:Appearance.HideSelectionRow设置点击时的颜色:Appearance.FocusedRow
jzdzhiyun
·
2011-10-26 23:00
XtraGrid
GridView 隐藏左边行状态列 RowIndicator
HiAnkush,Thankyouforyourmessage.TohiderowindicatorssettheGridView.OptionsView.ShowIndicatorpropertytoFalse.Wehopethatyoufindthisinformationhelpful.Thanks,Svetlana
jzdzhiyun
·
2011-10-26 23:00
Developer Express右键菜单显示汉化
//新建一个类,内容为: using System; using DevExpress.XtraEditors.Controls; using DevExpress.
XtraGrid
.Localization
touchinsert
·
2011-10-18 21:00
developer
Developer Express右键菜单显示汉化
//新建一个类,内容为:usingSystem;usingDevExpress.XtraEditors.Controls;usingDevExpress.
XtraGrid
.Localization;namespaceUI
fwj380891124
·
2011-10-18 21:00
UI
String
Class
express
DevExpress 第三方控件汉化的全部代码和使用方法
转载)DevExpress第三方控件汉化的全部代码和使用方法DevExpress.XtraEditors.Controls此控件包中包含的控件最多,包括文本框,下拉列表,按钮,等等DevExpress.
XtraGrid
wxzyq
·
2011-08-29 11:00
String
Class
工具
报表
stylesheet
Components
Devpress.
XtraGrid
.GridControl 笔记
privatevoidgrdView_InitNewRow(objectsender,DevExpress.
XtraGrid
.Views.Grid.InitNewRowEventArgse) {
plean
·
2011-07-27 18:00
Devpress.
XtraGrid
.GridControl.GridView 属性
http://www.cnblogs.com/qlp1982/archive/2010/06/02/1749955.html 说明Options OptionsBehavior 视图的行为选项 AllowIncrementalSearch 允许用户通过输入想得到的列值来定位行 AllowPartialRedrawOnScrolling 允许视图在垂直滚动中局部刷新 AutoEx
plean
·
2011-07-21 16:00
image
网络
存储
扩展
2010
网格
给Dev GridView 添加行号显示
CustomDrawRowIndicator事件代码 private void gridView1_CustomDrawRowIndicator(object sender, DevExpress.
XtraGrid
.Views.Grid.RowIndicatorCustomDrawEventArgs
wdky0429
·
2011-07-07 14:00
DevExpress
gridView行号
DevExpress GridView Double Click Event Code
private void gridView1_MouseDown(object sender, MouseEventArgs e) { DevExpress.
XtraGrid
.Views.Grid.ViewInfo.GridHitInfo
wdky0429
·
2011-07-07 14:00
DevExpress
GridView行双击
GridView 常用属性和事件
this.gridView1.IndicatorWidth = 40; private void gridView1_CustomDrawRowIndicator(object sender, DevExpress.
XtraGrid
.Views.Grid.RowIndicatorCustomD
net_liu
·
2011-04-07 13:00
GridView
XtraGrid
打印过程中不同的报表使用不同的打印机
场景: 系统内各种报表格式、大小均不统一,有用A4纸的,有A3纸的,而各部门配置的打印机又不同,所以需要根据报表的大小可以指定不同的打印机。 解决方法: 1、XtraReport 有 PrinterName 属性,在打印之前指定即可,如不指定则为系统默认打印机。 &n
·
2011-04-02 17:00
grid
打印
XtraGrid
并设置表头、纸张类型
1using System; 2using System.Data; 3using DevExpress.XtraPrintingLinks; 4using DevExpress.XtraPrinting; 5using System.Drawing; 6using System.Drawing.Printing;
·
2011-04-02 17:00
grid
DevExpress ,
XtraGrid
,GridControl,Gridview 使用点滴
1.在单元里显示日历控件、下拉框等ImportsDevExpress.XtraEditors.RepositoryDimirdataAsNewRepositoryItemCalcEditGridView1.Columns(1).ColumnEdit=irdata2.格式化数字###,###.00 GridView1.Columns(4).DisplayFormat.FormatTyp
yudehui
·
2011-04-02 11:00
日历
n2
Devpress.
XtraGrid
.GridControl.GridView 属性
Devpress.
XtraGrid
.GridControl.GridView 属性 文章分类:.net编程 由于格式原因阅读不便可以下载附件 Book1.zip (10.5
net_liu
·
2011-04-01 13:00
设计模式
编程
网络应用
2010工作代码总结之一(XtrGrid)
来新公司半年了,接触了新的第三方控件DeveXrepss,因为时间比较紧,都没怎么去打理学过的代码,这里先粗略的总结一些常用的 DeveXpress 1.
XtraGrid
1.1字段设定
·
2011-01-30 17:00
grid
Devpress.
XtraGrid
属性说明
Devpress.
XtraGrid
.GridControl.GridView 属性 说明 Options
·
2010-12-22 10:00
grid
C# Devexpress 中GridControl多行数据拖拽
using DevExpress.
XtraGrid
.Views.Grid.ViewInfo;using DevExpress.
XtraGrid
; // 声明: private GridHitInfo
·
2010-12-21 11:00
DevExpress
DevExpress ,
XtraGrid
,GridControl,Gridview 使用点滴
1.在单元里显示日历控件、下拉框等ImportsDevExpress.XtraEditors.RepositoryDimirdataAsNewRepositoryItemCalcEditGridView1.Columns(1).ColumnEdit=irdata2.格式化数字###,###.00GridView1.Columns(4).DisplayFormat.FormatType=DevExp
psuaije
·
2010-12-08 14:00
日历
n2
DeveXPress
XtraGrid
删除键删除
private void gridDeliveryDetail_KeyDown( object sender, KeyEventArgs e) { if (e.KeyC
·
2010-12-07 17:00
DevExpress
Devpress.
XtraGrid
.GridControl.GridView 属性
由于格式原因阅读不便可以下载附件 Book1.zip (10.5 KB) (ApplicationSettings) 常规属性 (Name) 常规属性 (PropertyBinding) 常规属性 ActiveFilterEnabled 允许使用过滤功能 AddNewColumns 存在于当前控件,但不存在于布局的列,当它恢复时将被保留?
jdw
·
2010-11-18 17:00
设计模式
网络应用
Devpress.
XtraGrid
.GridControl.GridView 属性
由于格式原因阅读不便可以下载附件 Book1.zip (10.5 KB) (ApplicationSettings) 常规属性 (Name) 常规属性 (PropertyBinding) 常规属性 ActiveFilterEnabled 允许使用过滤功能 AddNewColumns 存在于当前控件,但不存在于布局的列,当它恢复时将被保留?
jdw
·
2010-11-18 17:00
设计模式
网络应用
上一页
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
其他