Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
945
binding XamMap MapLayer to object property
posted

I'm wanting to design a control that has XamMap with the DataSource bounded to IEnumerable<object>, the object has many properties and one a Microsoft.SqlServer.Types.SqlGeometry type property used to generate a Microsoft Report.

So I would like to map these geometries and caption on another property of the object, allowing the user to select a polygon -> raising an event (good if the event args would supply the object from the IEnumerable) that presents the other object properties in another control (Datagrid?)

Does anyone have something like this to share or is XamMap not upto the task. Would have thought a example/sample would have been available at infragistics?