Devexpress
ewin66
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
XAF 批量物理删除记录
using (UnitOfWork newUnitOfWork = new UnitOfWork(((XPObjectSpace)createObjectSpace).Session.ObjectLayer)){//批量物理删除 //https://github.com/DevExpress-Examples/XPO_obsolete-how-to-create-wcf-service-exposing-methods-necessary-to-implement-the-e2808/blob/...原创 2021-04-03 02:25:19 · 347 阅读 · 0 评论 -
xaf 中的 Controller(摘自DevExpressSources)
protected override IEnumerable<Type> GetDeclaredControllerTypes() { return new Type[] { typeof(LogonController), typeof(ObjectViewController), typeof(ViewController), typeof(...原创 2020-08-27 12:51:43 · 321 阅读 · 0 评论 -
使用Graphics.FromImage "System.OutOfMemoryException”类型的未经处理的异常在 System.Drawing.dll 中发生
被这个问题折磨了好久。经过实际的例子,这个问题完美解决。参见例子代码。原创 2019-11-07 15:06:34 · 1870 阅读 · 0 评论 -
Devexpress 组件galleryControl 控件 mousedown 事件中获取GalleryItem 并进行拖拽
private void galleryControlPictureList_MouseDown(object sender, MouseEventArgs e) { //MouseDown在Gallery_ItemClick之前 if (sender is GalleryControl) {...原创 2019-02-17 21:47:19 · 944 阅读 · 3 评论
分享