Skip to content

FeatureDataField Control

Morten Nielsen edited this page Mar 14, 2014 · 2 revisions

Set the GeodatabaseFeature property to the GeodatabaseFeature you want to work with, then set the FieldName property with the name of the field you would like to edit or display.

  <esriTK:FeatureDataField GeodatabaseFeature="{Binding MyGdbFeature}" FieldName="MyField" IsReadOnly="True" />