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
138253
How to create simple filtering functionality for the XamDataTree control?
posted

    Filtering functionality for the XamDataTree can be achieved by using the XamDataTreeNodeControls Visibility in order to hide the nodes that should be filtered. The sample application demonstrates simple approach for implementing such functionality. For its implementation is used Style for the XamDataTreeNodeControl which contains single DataTrigger which decides whether the node should be visible of not depending on the Tag property of the XamDataTreeNodeControl.

DataTreeFiltering.zip