EditCategory
Fundamentals
EditQuestion
What is a read-only attached property?
EditAnswer
A read-only attached property is simply an attached property which is readonly. It is a combination of the attached property and read-only property principles.
See related links for details on the read-only and attached properties.
EditRelated Links
What is an attached property
What is a read-only dependency property