c#/DevExpress

DevExpress Gridcontrol drag a column header Hide 안 보이게

byH 2024. 7. 25. 13:32
728x90
반응형

DevExpress Gridcontol을 사용하면 기본적으로 상단에 컬럼을 드래그해서 그룹화 할 수 있는 기능이 있다.

Drag a column header here to group by that column

 

해당 기능을 없애려면

 GridView.OptionsView.ShowGroupPanel  속성을 설정하면 된다. 

 

728x90
반응형