WPF PropertyStatus Question

WPF PropertyStatus Question

Old forum URL: forums.lhotka.net/forums/t/8364.aspx


TAC posted on Thursday, January 14, 2010

Is it possible for the PropertyStatus to be changed so it can follow a path? For example,
<csla:PropertyStatus Property={Binding Name} /> works perfectly. But if I was to introduce a view model...
<csla:PropertyStatus Property={Binding Data.Name} /> throws an exception.
It can of course be worked around by changing it to
<csla:PropertyStatus DataContext={Binding Data} Property={Binding Name} />
But that's longer and makes an automation process I have much more difficult.

Copyright (c) Marimer LLC