TcxSchedulerGridConnection.OnInitEditDialog Event
In This Article
Enables you to customize the Event dialog’s settings before the dialog is displayed.
#Declaration
Delphi
property OnInitEditDialog: TcxSchedulerConnectionInitEditDialogEvent read; write;
#Remarks
Sender specifies the connector.
AEditInfo specifies the Event dialog’s settings.
See Also