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.