WPF 去掉Drag a column header here to group by that column

mac2022-06-30  41

<dxg:GridControl.View> <dxg:TableView x:Name="view" ShowGroupPanel="False" ShowTotalSummary="True" ShowAutoFilterRow="True" RowAnimationKind="None" WaitIndicatorType="Panel"/> </dxg:GridControl.View>

主要是:

ShowGroupPanel="False"

转载于:https://www.cnblogs.com/SeNaiTes/p/10365163.html

相关资源:JAVA上百实例源码以及开源项目
最新回复(0)