Hi,
I would like to change the xaml <UserControl> TITLE
I am based my script on this sample :
😁Thanks a lot for your help
Solved! Go to Solution.
That's modified in the Config.daml file in the dockPane caption property
<dockPane id="MapToolIdentifyWithDockpane_Dockpane" caption="MapTool Identify Dockpane" className="MapToolIdentifyDockpaneViewModel" dock="group" dockWith="esri_core_contentsDockPane">
<content className="MapToolIdentifyDockpaneView" />
</dockPane>
That's modified in the Config.daml file in the dockPane caption property
<dockPane id="MapToolIdentifyWithDockpane_Dockpane" caption="MapTool Identify Dockpane" className="MapToolIdentifyDockpaneViewModel" dock="group" dockWith="esri_core_contentsDockPane">
<content className="MapToolIdentifyDockpaneView" />
</dockPane>
It's work perfect ! thank you very much !