Is there a way to map the tag property to a binded collection?
The appointment storage is binded to a collection and I would like to easily retrieve the object from my collection.
For exemple, when I access the selected appointment from the C1 scheduler, I would like to have access to the data object binded to the C1 appointment.
It would be easy if the Tag property could be exposed like all the others. I could map it directly to the object.
<c1sched:NestedPropertySetter PropertyName="DataStorage.AppointmentStorage.Mappings.Tag.MappingName" Value="Self"/>
I guess I could use the id tag to be able to retrieve the object from the binded collection.. but it's a step that I would like to avoid.