-
Notifications
You must be signed in to change notification settings - Fork 121
FeatureDataForm Control
Morten Nielsen edited this page Mar 14, 2014
·
1 revision
Set the GeodatabaseFeature
property to the GeodatabaseFeature you want to work with. Use the ApplyCompleted event to listen for when the user clicked apply, and then add the edited feature back into the GeodatabaseFeatureTable using the UpdateAsync(...) method.
<esriTK:FeatureDataForm GeodatabaseFeature="{Binding MyGdbFeature}" IsReadOnly="False" />