Skip to main content

TcxCustomScheduler.OnGetEventEditProperties Event

Fires before the description is drawn in the AEvent user event‘s rectangle.

Declaration

property OnGetEventEditProperties: TcxSchedulerGetEventEditPropertiesEvent read; write;

Remarks

The Sender parameter specifies the scheduler control.

The AEvent parameter specifies the user event to be edited.

The AProperties parameter specifies the in-place editor’s settings. Use them to customize the description.

See Also