Select to view content in your preferred language

change title of UserControl xaml

490
2
Jump to solution
11-07-2022 09:24 AM
GrégoireC
Occasional Contributor

Hi,

I would like to change the xaml <UserControl> TITLE 

I am based my script on this sample : 

https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Map-Exploration/MapToolIdentify...

 

GrgoireCATINEAU_0-1667841474247.png

😁Thanks a lot for your help

 

0 Kudos
1 Solution

Accepted Solutions
KenBuja
MVP Esteemed Contributor

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>

 

View solution in original post

2 Replies
KenBuja
MVP Esteemed Contributor

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>

 

GrégoireC
Occasional Contributor

It's work perfect ! thank you very much !

0 Kudos