C#隐藏的属性与数据源的DataGridView [英] c# Hide a property in datagridview with datasource

查看:170
本文介绍了C#隐藏的属性与数据源的DataGridView的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想一定是隐藏在DataGridView公共财产的属性。但我不能找到它。

I think there must be an attribute to hide a public property from the datagridview. But I can't find it.

推荐答案

如果您要添加自己的列...不要添加你不想要的列。

If you are adding the columns yourself... don't add the columns you don't want.

如果您有 AutoCreateColumns 启用,那么:


  • 如果它是一个基于类的模型中,添加 [可浏览(假)] 来你不想要的属性

  • 或设置列的。可见为false

  • 或直接删除列你不想事后

  • if it is a class-based model, add [Browsable(false)] to properties you don't want
  • or set the column's .Visible to false
  • or simply remove the columns you don't want afterwards

这篇关于C#隐藏的属性与数据源的DataGridView的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆