How to change Caption of an event in TcxScheduler? I have tried the following code:
Delphi cxScheduler.SelectedEvents[i].Caption := 'X';
cxScheduler.Invalidate;
But Caption is obsolete until current event will be changed.
Also if you try to edit Caption by inplace editor and then cancel edit mode you'll see an obsolete value again.
The correct caption should be on the screen and on the related DataSet to save data.
Thanks a lot for the help!
This question is urgent. Thanks.