I have a "simple" RadTreeView. The ItemsSource of my HierarchicalDataTemplate is SubItems.
<HierarchicalDataTemplate ItemsSource="{Binding SubItems}" ...
Drag and Drop seems to work. But I am wondering how the RadTreeView knows that my item is a droppable folder. It seems that if SubItems is null it is NOT a droppable folder. Is it true? Is it the right way to mark an item as "folder" or "file"?