일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Anaconda
- 말라키
- DataTables
- 명령어
- Eclipse
- HMI
- 원한
- Custom
- build
- 가상환경
- SCADA
- LOG
- STS
- pythoncom37.dll
- 분노
- checkbox
- ORA-28002
- Linux
- geckodriver
- 맥코트
- JQuery
- error
- Python
- 파이썬
- 리눅스
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 |