Is there a way to have labels for bound data in XamDataCarousel?
Thanks
Hello,
When you say Labels, do you mean the Header Labels in the grid in the carousel? By default, the name of the property of the data you are binding or assigning to the data carousel will be used for generating the header labels. You can override that by specifying labels in the FieldLayout - the documentation for the XamDataGrid demonstrates how to do that. These labels can be bound to data as well.
If you need further help, please provide a snippet of how you want to bind data to the labels and I will see if we can make that work.
Thanks,