일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 분노
- 파이썬
- JQuery
- Eclipse
- geckodriver
- SCADA
- checkbox
- Python
- STS
- pythoncom37.dll
- 맥코트
- 리눅스
- 원한
- Anaconda
- DataTables
- error
- HMI
- 가상환경
- LOG
- ORA-28002
- 명령어
- 말라키
- build
- Linux
- Custom
Archives
- Today
- Total
2010년 5월 1일, 2막
[DevExpress] How to remove "Drag a column header here to group by that column" 본문
Computer
[DevExpress] How to remove "Drag a column header here to group by that column"
창천(蒼天) 2013. 4. 2. 08:46GridControl 상단의 "Drag a column header here to group by that cloumn" 영역을 없애는 방법
To hide the group panel set the GridView.OptionsView.ShowGroupPanel property to False.
GridView 생성 후,
Run Designer -> Views -> Options -> OptionsView -> ShowGroupPanel -> False로 변경
'Computer' 카테고리의 다른 글
[C#] OpenFileDialog에서 경로 가지고 오기 (0) | 2013.04.03 |
---|---|
[C#] 상속받은 Form의 버튼을 수정하고자 할 때 (0) | 2013.04.02 |
[C#] OpenXML을 이용하여 Excel 파일의 빈 칸 읽기 (0) | 2013.03.29 |
[C#] From Excel to DataTable in C# with Open XML (0) | 2013.03.29 |
[C#] DataGridView에서 원하는 값을 얻어오는 방법 (0) | 2013.03.28 |