본문 바로가기
C++ 200제/코딩 IT 정보

DevExpress "Drag a column header here to group by that column" 삭제 (GridControl)

by vicddory 2019. 2. 1.

DevExpress "Drag a column header here to group by that column" 삭제 (GridControl)


데브익스프레스의 GridControl을 사용하면 아래처럼 기본 텍스트가 화면에 보입니다.


Drag a column header here to group by that column[C# DevExpress] 코딩 가이드


이걸 없애려면 ShowGroupPanel 값을 False로 변경해야 합니다.


우선, 비주얼 스튜디오 디자인 화면에서 그리드 컨트롤을 클릭합니다. 그리고 오른쪽 위에 있는 작은 화살표를 눌러 GridControl 작업 창의 띄웁니다.


이어서 GridControl 작업 창의 가운데에 있는 Run Designer를 클릭합니다.


Drag a column header here to group by that column 데브익스프레스[C# DevExpress] 코딩 가이드


그리드컨트롤 디자이너 창이 뜨면 아래 순서대로 메뉴를 클릭합니다.


Main Views - Views GridView1 - Options ShowGroupPanel


ShowGroupPanel의 기본값은 True입니다. 이 값을 False로 변경하면 "Drag a column header here to group by that column"은 사라지게 됩니다.


Drag a column header here to group by that column ShowGroupPanel[C# DevExpress] 코딩 가이드


DevExpress "Drag a column header here to group by that column" 삭제 (GridControl)

댓글