TcxCustomScheduler.OnInitEdit Event
In This Article
Fires when the user event‘s AEdit in-place editor gets activated.
#Declaration
Delphi
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