EditCategory
Fundamentals
EditQuestion
How do I declare a read-only attached property?
EditAnswer
It's the same thing as declaring a read-only property, except that you need to call the
DependencyProperty.RegisterAttachedReadOnly() method instead of
DependencyProperty.RegisterReadOnly().
EditRelated Links
How to declare a read-only dependency property