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???
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???