Gridview의 특정 컬럼에 콤보 박스가 있다 가정할 때
이 콤보 박스는 선택을 할수 있어야 하지 값 입력이 되면 안됩니다.
값 입력을 막는 코드 입니다.
this.genderComboBox.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
728x90
'C# > DevExpress' 카테고리의 다른 글
DevExpress / Winform RepositoryGridLookUpEdit의 데이터 소스 값과 Gridview에서의 표시되는 값 다르게 하기. (0) | 2019.05.09 |
---|---|
DevExpress / Winform Gridview에 RepositoryGridLookUpEdit 추가하기. (0) | 2019.05.09 |
DevExpress / Winform GridView 컬럼에 콤보 박스 추가하기. (0) | 2019.05.08 |
DevExpress / Winform Gridview 생성 후 컬럼 생성 / 행 추가 / 행 삭제 하기. (0) | 2019.05.08 |
DevExpress / Winform GridView 출력 시 빈 행 출력 안되게 하기. (0) | 2019.05.07 |
댓글