Search code examples
silverlightexpression-blend

How put Dependency Property in not Miscellaneous panel?


When I add Dependency Property to my user control, I always finded it in Miscellaneous panel on a properties window (in Expression Blend). But, some times i've too many custom properties and all they are in Miscellaneous panel. How I can put properties to othe panel? May be I can make my own panel? But I do not know - how.


Solution

  • The attributes in System.ComponentModel determine this.

    In your case, you need to specify the [Category] to use for your property.