IS attached properties enable to modify the properties of a root element or parent element in the logical tree in any one of the child .
Just wanted to check whether I have understood it right ?
IS attached properties enable to modify the properties of a root element or parent
Share
Well an attached property is nothing more than a value you can attach to a
DependencyObject. You can however handle value changed, of the attached property, in order to run your specific logic (this is also called attached behaviors).The short answer yes.