Back to Devexpress

cxGetRecurrenceDescriptionStringProc Constant

vcl-cxschedulerstorage-3af34d12.md

latest849 B
Original Source

cxGetRecurrenceDescriptionStringProc Constant

Binds a routine, which represents information in the Event recurrence dialog.

Declaration

delphi
const cxGetRecurrenceDescriptionStringProc: TcxGetRecurrenceDescriptionStringProc = cxGetRecurrenceDescriptionString;

Returns

Type
TcxGetRecurrenceDescriptionStringProc

Remarks

If you need to display recurring details (not the default information) in the Event recurrence dialog, implement an appropriate routine and bind it to the application by using the cxGetRecurrenceDescriptionStringProc constant.

See Also

cxSchedulerStorage.cxGetRecurrenceDescriptionString

cxSchedulerStorage Unit