Select to view content in your preferred language

Question about Editor Widget Comments childwindow

1083
1
07-18-2012 05:01 AM
JaredWhite
Regular Contributor
Hi,
I'm wanting to apply a template to the child window that is used to apply and edit attributes from any editing done with the editor widget. How would I go about targeting this?
0 Kudos
1 Reply
JenniferNery
Esri Regular Contributor
The ChildWindow contains FeatureDataForm. You can provide an implicit style that targets FeatureDataForm in your App.xaml. This style should be applied when you click on Display attributes button from EditorWidget.
0 Kudos