TcxSchedulerEventEditInfo Class
In This Article
Contains the Event dialog’s settings.
#Declaration
Delphi
TcxSchedulerEventEditInfo = class(
TObject
)
#Remarks
Field | Description |
---|---|
Allow |
Specifies whether the dialog’s Delete button is enabled. Set Allow |
Allow |
Specifies whether scheduled times of user events that don’t belong to any resources will be considered as free when searching for free time blocks. Set Allow |
Bias |
Specifies the time offset between the time stored in a data store and the time displayed in the scheduler. |
Dialogs |
Specifies the dialog’s paint style. |
Intersection | Specifies if user events can overlap/intersect. Set Intersection to True, to allow overlapping events. |
Event | Specifies the user event to be edited. |
Force |
Specifies whether the parent user event or its occurrence will be loaded into the dialog. Set Force |
Look |
Specifies the dialog’s look and feel settings. |
On |
Specifies the callback reference for the Tcx |
Read |
Specifies whether Event is modifiable. Set Read |
Recurrence | Specifies whether the Event recurrence dialog can be invoked when the Recurrence button is clicked. Set Recurrence to True, to display the Event recurrence dialog. |
Recurrence |
Specifies whether the Recurrence button is displayed in the dialog. Set Recurrence |
Show |
Specifies whether the dialog is modal or not. Set Show |
Show |
Specifies whether the Resource check combo box will be shown in the dialog. Set Show |
Show |
Specifies whether the Task Complete spin editor will be shown in the dialog. Set Show |
A TcxSchedulerEventEditInfo object is referenced by:
The cxShowEventEditorEx routine’s AEditInfo parameter.
The TcxSchedulerGridConnection.OnInitEditDialog event’s AEditInfo parameter.
See Also