首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏嘿dotNet

    DevExpress.LookUpEdit控件实现自动搜索定位功能 兼使用方法(looUpEdit可编辑)

    DevExpress.LookUpEdit 使用方法 设置可手动输入 this.LookUpEdit1.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard ; public static void LookUpbd(DevExpress.XtraEditors.LookUpEdit look, string sql,int display,int value DataTable dt = DAL.SqlDbhelp.GetDataSet(sql); look.Properties.SearchMode = DevExpress.XtraEditors.Controls.SearchMode.AutoComplete is closed, the text in the edit box is automatically completed ifit matches // aDevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.DisplayMember editor allows you to perform an incremental search in the samemanner // as when DevExpress.XtraEditors.Controls.SearchMode.OnlyInPopup

    2.1K20发布于 2020-09-11
  • 来自专栏跟着阿笨一起玩NET

    developer express右键菜单显示汉化

    首先建一个cn.cs文件,内容为: using System; using DevExpress.XtraEditors.Controls; using DevExpress.XtraGrid.Localization                return "";            }        } } 然后在你的Program.cs中的main函数里加入 //DevExpress控件本地化 DevExpress.XtraEditors.Controls.Localizer.Active

    76510发布于 2018-09-18
  • 来自专栏全栈开发那些事

    DevExpress中TreeList控件简单入门

    using System.Windows.Forms; namespace TreeList_test { public partial class Form1 : DevExpress.XtraEditors.XtraForm using System.Windows.Forms; namespace TreeList_test { public partial class Form1 : DevExpress.XtraEditors.XtraForm

    1.9K20编辑于 2023-02-27
  • 来自专栏全栈程序员必看

    ComboBoxEdit设置选项值(单选 多选)

    bool Isno { get; set; } } /* 何问起 hovertree.com */ 补充: checkedComboBoxEdit 多选设置 反绑定 重点: DevExpress.XtraEditors.CheckedComboBoxEdit cmb_check_CKID = new DevExpress.XtraEditors.CheckedComboBoxEdit(); private void GetAllCK()

    2.8K10编辑于 2022-07-15
  • 来自专栏.NET企业级解决方案应用与咨询

    DevExpress 开发经验总结3 制作项目安装包

    assembly\GAC_MSIL\DevExpress.XtraBars.v14.1\14.1.8.0__b88d1754d700e49a 34 35 gacutil -u "DevExpress.XtraEditors.v14.1 " 36 mkdir %windir%\assembly\GAC_MSIL\DevExpress.XtraEditors.v14.1\14.1.8.0__b88d1754d700e49a 37 copy %pathdev%DevExpress.XtraEditors.v14.1.dll %windir%\assembly\GAC_MSIL\DevExpress.XtraEditors.v14.1\14.1.8.0

    1.8K30发布于 2019-09-17
  • 来自专栏全栈开发那些事

    DevExpress绘制多重坐标图形

    System.Text; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; using DevExpress.XtraEditors using System.Data.SqlClient; namespace TreeList_test { public partial class XtraForm2 : DevExpress.XtraEditors.XtraForm

    1.2K20编辑于 2023-02-27
  • 来自专栏跟着阿笨一起玩NET

    总结DevExpress10个使用技巧

    string editValue = barEditItem1.EditValue.ToString();    //错误,返回null   string editValue = ((DevExpress.XtraEditors.TextEdit 返回文本框内容 DevExpress使用技巧 2.ComboBoxEdit(barEditItem)添加Item  string item = "comboboxItem1"; ((DevExpress.XtraEditors.Repository.RepositoryItemComboBox

    3K20发布于 2018-09-18
  • 来自专栏嘿dotNet

    C# devExpress GridControl 行中行 子行 多级行

    命名空间 using DevExpress.XtraEditors.Repository; using System.Data.SqlClient; 实现代码 一下实现的也只是一个demo,大家不要拘泥于数据

    1.5K20发布于 2020-09-11
  • 来自专栏全栈开发那些事

    ChartControl控件绘制折线图

    System.Text; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; using DevExpress.XtraEditors DevExpress.XtraCharts; using DevExpress.Utils; namespace TreeList_test { public partial class Form5 : DevExpress.XtraEditors.XtraForm

    1.3K30编辑于 2023-02-27
  • 来自专栏全栈开发那些事

    ChartControl控件绘制柱状图

    using System.Windows.Forms; namespace DXApplication9 { public partial class Form1 : DevExpress.XtraEditors.XtraForm

    1.3K40编辑于 2023-02-27
  • 来自专栏全栈开发那些事

    DevExpress数据绑定呈现

    using System.Data.SqlClient; namespace DXApplication6 { public partial class Form1 : DevExpress.XtraEditors.XtraForm

    2.4K30编辑于 2023-02-27
  • 来自专栏.NET企业级解决方案应用与咨询

    DevExpress 开发经验总结2 DevExpress汉化之WinForm开发模式汉化

    DevExpress.XtraGrid.Localization.GridResLocalizer.Active = new 2 Dxper.LocalizationCHS.Win.XtraGridCHS(); 3 4 DevExpress.XtraEditors.Controls.Localizer.Active

    3.4K20发布于 2019-09-17
  • 来自专栏landv

    彩票走势图源码

    using Common; using DevExpress.LookAndFeel; using System.Threading; using Entity; using DevExpress.XtraEditors

    2.3K11发布于 2018-08-02
领券