This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
What attributes are supported? I was trying to use the 'Browsable' attribute to hide properties from the grid but it seems to ignore it. |
|
|
That certainly should work: properties marked as [Browsable(false)] should not be shown in the grid, and I've verified this in our test suite. If you're seeing a property that's marked as nonbrowsable, can you send me a repro case? Thanks! |
|
|
Sorry. You are absolutely right. I just went back to check my code and I had marked the property improperly. Was actually marking the variable with the attribute not the property . Thanks. |
|