Binding b = new Binding("Layers[California]");
Binding b = new Binding(); b.Path = "Layers[California]";
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);
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.