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]";
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.