Binding To Object

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a class named MyMessage with 3 properties DateReceived, From, HasRead

When i bind this do a datagrid for example all works well but I do not want
HasRead to be bound to the grid. I can just hide it in the grid but it seems
to me that there has to be some way to mark it in the MyMessage class that it
is not bindable and making it private won't work because I am using the value
i just don't want it exposed to the user
Any ideas???
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top