Dev 控件中的combox禁止输入

简介: Property的TextEditStyle设置为DisableTextEditor,具体如下图: 1、dev gridview中列为RepositoryItemComboBox类型时,设置位置如下: 2、单独控件ComboBoxEdit的设置如下:  comboBoxEdit--Properties--TextEditStyle设置为DisableTextEditor:

Property的TextEditStyle设置为DisableTextEditor,具体如下图:

1、dev gridview中列为RepositoryItemComboBox类型时,设置位置如下:


2、单独控件ComboBoxEdit的设置如下:

 comboBoxEdit--Properties--TextEditStyle设置为DisableTextEditor:



目录
打赏
0
0
0
0
7
分享
相关文章
|
10月前
|
C#
关于Dev 控件里 gridcontrol 的gridview 显示序号和checkbox
关于Dev 控件里 gridcontrol 的gridview 显示序号和checkbox
|
10月前
|
C#
C# Dev TreeList常用属性方法
C# Dev TreeList常用属性方法
WPF listview item mouse enter/over popup
This is because the routing strategy of the Loaded event is Direct, which means that the routed event does not route though an element tree.
1017 0
零元学Expression Blend 4 - Chapter 29 ListBox与Button结合运用的简单功能
原文:零元学Expression Blend 4 - Chapter 29 ListBox与Button结合运用的简单功能 本章所讲的是运用ListBox、TextBox与Button,做出简单的列表新增...
1256 0
Combox中的TextChanged和TextUpdate
最近项目用到了combox的这两个事件 TextChanged和TextUpdate: 1如果是从下拉框里选择的数值的话 只会发生TextChanged事件 2如果是修改text属性 会先发生 TextUp...
1510 0
Dev 控件中的combox禁止输入
作者:jiankunking 出处:http://blog.csdn.net/jiankunking Property的TextEditStyle设置为DisableTextEditor,具体如下图: 1、dev gridview中列为RepositoryItemComboBox类型时,设置位置如下: 2、单独控件ComboBoxEdit的设置如下:  comboBoxEdit--Prope
1898 0
dev gridcontrol 单选框效果
private void gridView1_CellValueChanging(object sender, DevExpress.XtraGrid.Views.Base.CellValueChangedEventArgs e) { //此处4是单选框所在的列号 if (e.Column.ColumnHandle != 4)
3511 0
AI助理

你好,我是AI助理

可以解答问题、推荐解决方案等