using c# 3.5 I have list of business objects which I will use in lists for
databinding and I want to hide some of the fields so they don't show up in
the list control.
some of my list will be:
List<someClassl ist
Observable collections
and
a custom list derived from the BindingList.
[someAttribute]
public int SomeField
{
get...
set...
}
Thanks.
--
moondaddy@newsg roup.nospam
databinding and I want to hide some of the fields so they don't show up in
the list control.
some of my list will be:
List<someClassl ist
Observable collections
and
a custom list derived from the BindingList.
[someAttribute]
public int SomeField
{
get...
set...
}
Thanks.
--
moondaddy@newsg roup.nospam
Comment