简体   繁体   English

devexpress主-详细信息更改详细信息视图中的默认列

[英]devexpress master-detail change default columns in detail view

How can I change default columns (I mean remove some in details view ? in XtraGridView 如何更改默认列(我的意思是在XtraGridView中的详细信息视图中删除某些列?

thanks for help 感谢帮助

You can use the designer, create a detail GridView and design its columns the way you want. 您可以使用设计器,创建详细的GridView并按所需的方式设计其列。

Or do you want to do it programmatically? 还是要以编程方式进行?

Click Retrieve Details in the grid on your form. 单击表单上网格中的“检索详细信息”。

You will then see a separate GridView for each detail level. 然后,您将为每个详细信息级别看到一个单独的GridView。
You can select these views and change their columns or properties. 您可以选择这些视图并更改其列或属性。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM