gpt4 book ai didi

c# - WinForm DataBinding 业务对象 C# .NET 中的隐藏属性

转载 作者:太空狗 更新时间:2023-10-29 22:56:00 24 4
gpt4 key购买 nike

我的数据网格 (DevExpress) 将根据业务对象的公共(public)字段自动填充网格。

我可以在该字段上放置什么属性来告诉 WinForm 数据绑定(bind)器忽略它?

[???HideFromDataBindingSources???]
public bool IsSecurity
{
get { return _isSecurity; }
set { _isSecurity = value; }
}

最佳答案

你应该用Browsable(false)装饰你的属性(property)

甚至实现 ICustomTypeDescriptor在您的类中并以更敏捷的方式过滤或动态添加属性。

关于c# - WinForm DataBinding 业务对象 C# .NET 中的隐藏属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2163729/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com