We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 681fa12 commit e088f9cCopy full SHA for e088f9c
CS/AspNetCoreCustomItem/wwwroot/js/HierarchicalTreeViewItem.js
@@ -2,7 +2,7 @@
2
const Dashboard = DevExpress.Dashboard;
3
const dxTreeView = DevExpress.ui.dxTreeView;
4
5
- const HIERARCIAL_TREE_VIEW_EXTENSION_NAME = 'TreeView';
+ const HIERARCIAL_TREE_VIEW_EXTENSION_NAME = 'CustomTreeView';
6
7
const svgIcon = `<?xml version="1.0" encoding="utf-8"?>
8
<svg version="1.1" id="` + HIERARCIAL_TREE_VIEW_EXTENSION_NAME +`" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
0 commit comments