TcxCustomScheduler.OnInitEdit Event
Fires when the user event‘s AEdit in-place editor gets activated.
Declaration
property OnInitEdit: TcxSchedulerInitEditEvent read; write;
Remarks
Handle this event to customize the in-place editor.
The Sender parameter specifies the scheduler control.
The AEdit parameter specifies the activated in-place editor.
See Also