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
Developer Express
XtraGrid
使用技巧
1.基本grid的用法 1.1 gridControl-->view-->gridView 绑定到grid上的字段可以拖动删除,在任意字段上右键点column chooser 可以将删除的字段添加进来 字段上右键选择实现选定需要的信息和排序 字段上右键选择分组(group by column),也可以直接将字段拖到上面实现分组 字段上右键选择grou
·
2015-11-02 18:05
developer
grid应用
/www.cnblogs.com/slzfish/archive/2010/01/30/1660101.html 提交当前行的修改using DevExpress.
XtraGrid
·
2015-11-02 18:46
grid
DevPress GridControl的使用
本文转自:http://blog.csdn.net/yanchao1023/article/details/5141515
XtraGrid
使用方法
XtraGrid
·
2015-11-02 18:44
grid
Developer Express
XtraGrid
使用技巧
本文转自:http://www.cnblogs.com/godwar/archive/2008/01/18/1044500.html Developer Express
XtraGrid
·
2015-11-02 18:33
developer
XtraGrid
gridview 获取选中行的值
//修改 private void amend_Click_(object sender, EventArgs e) { string strSelected = ""; int selectFlag = this.gridView1.GetSelectedRows()[0];//当前选中的列 strSelected += gridView1.GetRowCellValue(
·
2015-11-02 18:51
GridView
devExpress之旅-
xtraGrid
新增行
已有数据的情况下新增也是这样,无法再激活 源于我的代码: private void gridView1_BeforeLeaveRow(object sender, DevExpress.
XtraGrid
.Views.Base.Row
·
2015-11-02 16:14
DevExpress
DevExpress.
XtraGrid
导出文本的bug
DevExpress.
XtraGrid
.GridControl有多个ExportToXXX的方法,提供多种格式的导出,极大节省了人力。
·
2015-11-02 15:42
DevExpress
DevExpress 第三方控件汉化的全部代码和使用方法
DevExpress.XtraEditors.Controls 此控件包中包含的控件最多,包括文本框,下拉列表,按钮,等等 DevExpress.
XtraGrid
·
2015-11-02 15:37
DevExpress
DEV主从表
实现代码 private void gvMain_CustomDrawCell(object sender, DevExpress.
XtraGrid
.Views.Base.RowCellCustomDrawEventArgs
·
2015-11-02 15:46
主从
DEV 财务货币格式单元格
的功能 出自在天空飞翔博客 http://www.cnblogs.com/michaelhuwei/archive/2010/07/07/1772965.html 如果要使用DEV控件
XtraGrid
·
2015-11-02 15:46
格式
DevExpress.
XtraGrid
.GridControl显示行号
nbsp; Code private void view_CustomDrawRowIndicator(object sender, DevExpress.
XtraGrid
.Views.Grid.RowIndicatorCustomDrawEventArgs
·
2015-11-02 13:27
DevExpress
dev gridcontrol 合并表头
System.Collections.Generic; using System.ComponentModel; using System.Windows.Forms; using DevExpress.
XtraGrid
.Columns
·
2015-11-02 11:05
grid
Devpress.
XtraGrid
.GridControl 笔记
private void grdView_InitNewRow(object sender, DevExpress.
XtraGrid
.Views.Grid.InitNewRowEventArgs e)&
·
2015-11-02 10:54
grid
Devpress.
XtraGrid
.GridControl 笔记
private void grdView_InitNewRow(object sender, DevExpress.
XtraGrid
.Views.Grid.InitNewRowEventArgs e)&
·
2015-11-02 10:51
grid
DevExpress中GridView上的右键菜单
,其中popupMenu_ResumeGrid为DevExpress.XtraBars.PopupMenu gridView_ResumeCollection为private DevExpress.
XtraGrid
.Views.Grid.GridView
·
2015-11-02 09:09
DevExpress
有点郁闷的
XtraGrid
AutoPopulateColumns Property
官方说明: Property value Type: Boolean true if the columns are created automatically when the View doesn't contain any columns; otherwise, false. The default is true. 只能在没有任何行的时候才能自动
·
2015-11-02 09:57
property
汉化DevExpress
Code 大家分享下 using System;using System.Collections.Generic;using System.Text;using DevExpress.
XtraGrid
.Localization
·
2015-11-01 16:26
DevExpress
学习
XtraGrid
1.基本grid的用法 1.1 gridControl-->view-->gridView 绑定到grid上的字段可以拖动删除,在任意字段上右键点column chooser 可以将删除的字段添加进来 字段上右键选择实现选定需要的信息和排序 字段上右键选择分组(group by column),也可以直接将字段拖到上面实现分组 字段上右键选择grou
·
2015-11-01 16:26
grid
DevExpress
XtraGrid
数据导出导入Excel
// <summary> /// 导出按钮 /// </summary> /// <param name="sender"></param> /// <param name="e"></param>
·
2015-11-01 15:48
DevExpress
DevExpress.
XtraGrid
.view.gridview 属性说明
(一)双击展开,收缩字表 ExpandedChild Private Sub ExpandedChild(ByVal sender As DevExpress.
XtraGrid
.Views.Grid.GridView
·
2015-11-01 15:40
DevExpress
DevExpress控件的GridControl控件小结
XtraGrid
的关键类就是:GridControl和GridView。GridControl本身不显示数据,数据都是显示在GridView/CardView/XXXXView中。
·
2015-11-01 13:18
DevExpress
DevExpress中GridView上的右键菜单
,其中popupMenu_ResumeGrid为DevExpress.XtraBars.PopupMenu gridView_ResumeCollection为private DevExpress.
XtraGrid
.Views.Grid.GridView
·
2015-11-01 13:17
DevExpress
DevExpress gridView列标题右键菜单管理
事件 2.PopupMenuShowing事件中的代码如下: private void gridView1_PopupMenuShowing(object sender, DevExpress.
XtraGrid
.Views.Grid.PopupMenuShowingEventArgs
·
2015-11-01 12:44
DevExpress
DevExpress 第三方控件汉化的全部代码和使用方法
DevExpress.XtraEditors.Controls 此控件包中包含的控件最多,包括文本框,下拉列表,按钮,等等 DevExpress.
XtraGrid
·
2015-11-01 10:30
DevExpress
基于DevExpress
XtraGrid
控件实现的凭证式录入
个人而言,一直觉得
XtraGrid
是个非常不错的窗格控件,也基于它做了若干个微型的应用,最终用户们也比较能接受。
·
2015-11-01 10:40
DevExpress
XtraGrid
基本用法
DevExpress
XtraGrid
的功能实在强大,刚使用的时候看到一大片属性设置,分不清东南西北,参照demo和使用中的一些经验,记录一下使用方法。
·
2015-11-01 09:46
grid
DevExpress自定义
XtraGrid
列菜单
先看下面的图 1.自定义的列菜单 2.
XtraGrid
自带的列菜单 3.混合的列菜单 实现代码: 代码 private void  
·
2015-11-01 09:45
DevExpress
表格过滤配置模块
使用控件:FilterControl、
XtraGrid
 
·
2015-11-01 08:42
配置
Devpress.
XtraGrid
.GridControl.GridView属性
说明 Options OptionsBehavior 视图的行为选项 AllowIncrementa
·
2015-10-31 19:59
GridView
Developer Express
XtraGrid
使用技巧
1.基本grid的用法 1.1 gridControl-->view-->gridView 绑定到grid上的字段可以拖动删除,在任意字段上右键点column chooser 可以将删除的字段添加进来 字段上右键选择实现选定需要的信息和排序 字段上右键选择分组(group by column),也可以直接将字段拖到上面实现分组 字段上
·
2015-10-31 18:34
developer
Devpress.
XtraGrid
.GridControl.GridView 属性
本文转自:http://www.cnblogs.com/xiaofengfeng/archive/2011/08/26/2154759.html Devpress.
XtraGrid
.GridControl.GridView
·
2015-10-31 17:17
GridView
devexpress 控制面板汉化方式 参考信息
System.Text; using System.Threading.Tasks; using DevExpress.XtraEditors.Controls; using DevExpress.
XtraGrid
.Localizatio
·
2015-10-31 14:25
DevExpress
XtraGrid
实现checkbox全选功能
#region 全选 /// <summary> /// 全选 /// </summary> /// <param name="sender"></param> /// <param name="e">&l
·
2015-10-31 12:45
checkbox
XtraGrid
中checkbox状态设置
private void rilueCHECKED1_QueryCheckStateByValue(object sender, DevExpress.XtraEditors.Controls.QueryCheckStateByValueEventArgs e) { string val = "";
·
2015-10-31 12:45
checkbox
XtraGrid
判断列有没有显示
判断列有没有显示, int k = 0; #region 得到已显示标题 for (int i = 0; i < gv.Columns.Count; i++) { if (gv.Columns[i].Visible == true)
·
2015-10-31 12:45
grid
设置
XtraGrid
只读,不可编辑
/// <summary> /// 判断是否允许编辑 /// </summary> /// <param
·
2015-10-31 12:44
grid
DEV EXPRESS
XTRAGRID
显示行号
/// <summary> /// 显示行号 /// </summary> /// <param name
·
2015-10-31 12:44
express
XtraGrid
基本用法
DevExpress
XtraGrid
的功能实在强大,刚使用的时候看到一大片属性设置,分不清东南西北,参照demo和使用中的一些经验,记录一下使用方法。
·
2015-10-31 11:11
grid
DXperience 7.3.5 原版破解+汉化
著名控件DXperience的最新版本,完全支持Visual Studio 2005,包括以下控件:
XtraGrid
Suite, XtraEditors Library, XtraScheduler
·
2015-10-31 11:09
IE
c#开发_Dev的关于
XtraGrid
的使用(GridControl小结)
private void grdView_InitNewRow(object sender, DevExpress.
XtraGrid
.Views.Grid.InitNewRowEventArgs e)
·
2015-10-31 11:13
grid
Devpress.
XtraGrid
.GridControl 笔记
private void grdView_InitNewRow(object sender, DevExpress.
XtraGrid
.Views.Grid.InitNewRowEventArgs e)
·
2015-10-31 11:05
grid
devpress控件属性说明表
XtraEditors 库中所有控件的公共功能 全部都可以绑定数据; 全部都可以独立使用或用于由 Developer Express 提供的容器控件(
XtraGrid
·
2015-10-31 11:38
res
关于自己对
Xtragrid
控件的认识,浅谈
Developer Express(以下简称dev) 这个第三方控件是VS2005自带的datagridview控件的重写版本.对于一些grid外观,模板列的设置有非常简单的方法.而且控制起来基本和datagridview一样.所以还是比较方便的.把dev控件拖到窗体以后,会发现多了两个控件gridcontrol1,gridview1,下面针对这期间使用dev的一些总结写在下面(主要是连接数据库,
·
2015-10-31 10:16
grid
DevExpress中
XtraGrid
控件对GridView每行的颜色设置
改变行颜色 private void GridView1_RowStyle(object sender, DevExpress.
XtraGrid
.Views.Grid.RowStyleEventArgs
·
2015-10-31 10:51
DevExpress
Devpress.
XtraGrid
.GridControl.GridView 属性
说明 Options OptionsBehavior 视图的行为选项 AllowIncrementalSearch  
·
2015-10-31 10:16
GridView
Devpress.
XtraGrid
.GridControl 控件属性
说明 BarManager MenuManager 指定一个对象(BarManager控件)用于控制弹出菜单的外观。 布局 Anchor 常规属性 Dock 常规属性 Location 常规属性 X 常规属性 Y 常规属性 Margin
·
2015-10-31 10:15
grid
繼承DevExpress.
XtraGrid
.GridControl參考
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Drawing;using System.Windows.Forms;using DevExpress.XtraEditors.Repository;n
·
2015-10-31 10:34
DevExpress
GRIDVIEW設置滾動條
gridView1.ScrollStyle = DevExpress.
XtraGrid
.Views.Grid.ScrollStyleFlags.LiveHorzScroll | DevExpress.
XtraGrid
.Views.Grid.ScrollStyleFlags.LiveVertScroll
·
2015-10-31 10:34
GridView
ColumnView.ShownEditor Event
DevExpressXtraGridViewsBaseColumnView_ShownEditortopic using DevExpress.XtraEditors; using DevExpress.
XtraGrid
.Views.Grid
·
2015-10-31 10:31
editor
DevExpress gridview获取单元格坐标
获取坐标(在RowCellClick事件中)的代码如下: private void gridView1_RowCellClick(object sender, DevExpress.
XtraGrid
.Views.Grid.RowCellClickEventArgs
·
2015-10-31 10:17
DevExpress
上一页
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
其他