Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1140
XamDataTree and usage.
posted

Is there a sample for using the xamdatatree.

I have DisplayMemberPath and checkboxes visible.

However I can't find the property to set the checkboxes to NOT checked on startup (or radio box).

Also when selected I want to be able to access the node's (selected nodes) valueMember.

There is a CheckBoxMemberPath but I don't see a valuemember path.

DisplayMemberPath is there.

Where can I get info on how todo this. I looked in the documentation and it's very sparse.

 

Parents
No Data
Reply
  • 28407
    Suggested Answer
    posted

    HI,

     I am attaching a Sample.

     If you set the CheckBoxMemberPath to a property in our viewModel, you can initialize this property to false when you create the viewmodel. This will set all the Checkboxes to false. There is no ValuePath Property.

    I am attaching a sample that will address all you issues. Sincerely,
     Matt

     Developer Support Engineer

     

    WpfApplication303.zip
Children