Hi,
i would like to change the Field Displayname of Properties used in the Pivot-Fieldlist.
I tryed to use the AddingContainerNode Event from LocalDataSourceFieldDescriptionsProvider, but it's only possible to change the
display name like
(e.ContainerInfo as PropertyInfoFieldInfo).DisplayName = "Test"
This works for the aggregate list, but in List of fields there is always the name of property visible.
I tryed to change also the caption of ContainerNode but there is no Setter implemented.
e.ContainerNode.Caption ="Test"; //it's not possible, but ist seems to be there right way
Is there another way to Change the Caption.
Thanks for help.
Best regards
Stephan