Hi! I'm attempting to pre-select/pre-hightlight a given property item when the user first enters my dialog. In searching around, it appeared that this DefaultPropertyAttribute would be the way to do that? But, I'm not seeing any examples of how it's used. I would have thought I would have simply been able to add it to my other properties like "DisplayName", "Category", etc, but it's not allowing me to do that. It appears to be valid on class declarations? I tried adding it above my data class and I still am not seeing anything pre-highlighted. Would you be able to point me to an example of how this feature is used? Thanks in advance, -Glenn
↧