This demo illustrates the ability of the DevExpress DataView extension to bind to a data source. In this sample, the extension is bound to the XmlDataSource component, which obtains data from an xml file with the following structure.
<Contacts>
<Contact Name="..." Address="..." Phone ="..." PhotoUrl ="..." />
...
</Contacts>
The appearance of DataView data items is templated utilizing the SetItemTemplateContent method.