Back to Devexpress

TcxSchedulerEventEditInfo Class

vcl-cxschedulerstorage-98b49cfa.md

latest3.3 KB
Original Source

TcxSchedulerEventEditInfo Class

Contains the Event dialog’s settings.

Declaration

delphi
TcxSchedulerEventEditInfo = class(
    TObject
)

Remarks

FieldDescription
AllowDeleteSpecifies whether the dialog’s Delete button is enabled. Set AllowDelete to True , to enable the button.
AllowHiddenEventsSpecifies 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 AllowHiddenEvents to True , to allow Event intersection with these user events.
BiasTimeSpecifies the time offset between the time stored in a data store and the time displayed in the scheduler.
DialogsStyleSpecifies the dialog’s paint style.
IntersectionSpecifies if user events can overlap/intersect. Set Intersection to True , to allow overlapping events.
EventSpecifies the user event to be edited.
ForcePatternEditingSpecifies whether the parent user event or its occurrence will be loaded into the dialog. Set ForcePatternEditing to True , to edit the parent user event.
LookAndFeelSpecifies the dialog’s look and feel settings.
OnDeleteFuncSpecifies the callback reference for the TcxCustomScheduler.OnBeforeDeleting event handler.
ReadOnlySpecifies whether Event is modifiable. Set ReadOnly to True , to forbid edit mode in the dialog.
RecurrenceSpecifies whether the Event recurrence dialog can be invoked when the Recurrence button is clicked. Set Recurrence to True , to display the Event recurrence dialog.
RecurrenceButtonSpecifies whether the Recurrence button is displayed in the dialog. Set RecurrenceButton to True , to display the button.
ShowModalSpecifies whether the dialog is modal or not. Set ShowModal to True , to make the dialog modal. Use the scheduler’s OptionsBehavior.ModalDialogs property to specify the default ShowModal field value.
ShowResourcesSpecifies whether the Resource check combo box will be shown in the dialog. Set ShowResources to True , to display the Resource editor.
ShowTaskCompleteSpecifies whether the Task Complete spin editor will be shown in the dialog. Set ShowTaskComplete to True , to display the Task Complete editor.

A TcxSchedulerEventEditInfo object is referenced by:

Inheritance

TObject TcxSchedulerEventEditInfo

See Also

TcxSchedulerEventEditInfo Members

cxSchedulerStorage Unit