b.Path = "Layers[2]";have error message: "Cannot implicitly convert type 'string' to 'System.Windows.PropertyPath"
b.Path = new Propertypath("Layers[2]");
MyDataGrid.DataContext = bind;no errors but doesn't work ..
MyDataGrid.SetBinding(ESRI.ArcGIS.Client.Toolkit.FeatureDataGrid.GraphicsLayerProperty, b);
Binding b = new Binding("Layers[California]");
Binding b = new Binding(); b.Path = "Layers[California]";
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.