您的位置:首页 > 其它

Devexpress控件中gridcontrol Drag a column header here to group by that column 更换

2013-10-14 01:45 609 查看
参照网站:http://documentation.devexpress.com/#WPF/DevExpressXpfGridDataViewBase_RuntimeLocalizationStringstopic

由于需要将gridControl本地化,所以需要将Devexpress控件中gridcontrol Drag a column header here to group by that column 中这句话变为其他语言或者其他文字表述。

<dxg:GridControl.View>
<dxg:TableView Name="tableView1" ShowTotalSummary="True">
<dxg:TableView.RuntimeLocalizationStrings>
<dxg:GridRuntimeStringCollection>
<dxg:RuntimeStringIdInfo Id="GridGroupPanelText" Value="Group Panel"/>
<dxg:RuntimeStringIdInfo Id="ColumnChooserCaption" Value="Hidden Columns"/>
</dxg:GridRuntimeStringCollection>
</dxg:TableView.RuntimeLocalizationStrings>
</dxg:TableView>
</dxg:GridControl.View>


GridGroupPanelText
这样就可以将Drag a column header here to group by that column换为Group Panel了。



类似其他的都可以这么换,有待验证。

其他参考文档地址:http://documentation.devexpress.com
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: