문제

I don't know too much about dependency properties, except that their values can be sourced from parent and above elements when not provided in specific elements.

I have a case where I have password controls defined for all employees, and then for individual employees. I would like some automated way of using the parent collection parameters when individual employee parameters are not supplied, and then, e.g. these properties for an employee applying to for all visitors for an employee, except where certain properties overridden for particular visitors.

도움이 되었습니까?

해결책

No.

Dependency Properties Overview

DependencyObject defines the base class that can register and own a dependency property.

For objects that cannot derive from Dependency Object, you have to implement INotifyPropertyChanged interface.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top