[DevExpress] drag a column header here to group by that column 숨기기 방법 (how to hide)

DevExpress, 그리드 컨트롤 뷰에서 drag a column header here to group by that column을 숨기는 방법에 대한 안내입니다. 어느 것이든 결과는 동일하니 원하는 양식을 한 가지 선택하여 적용하시면 됩니다.

drag a column header here to group by that column hide

  • Run Designer => Views => Options => OptionsView => ShowGroupPanel => False
  • Run Designer => Layout => Grid Preview => Hide Group By Box
  • <dxg:GridControl.View>  
      <dxg:TableView ShowGroupPanel="False"/>  
    </dxg:GridControl.View>  

댓글