TreeView XML Data Source Sample
This sample shows binding the TreeView to an XML Document. In Blazor, we do not support XmlDataSource, but rather allow you to DataBind to an XmlDocument object.
This sample shows binding the TreeView to an XML Document. In Blazor, we do not support XmlDataSource, but rather allow you to DataBind to an XmlDocument object.