Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

cxMaxCheckedDuration Constant

Specifies the additional period of time to search for any overlapped user events.

#Declaration

Delphi
const cxMaxCheckedDuration: Integer = 30;

#Returns

Type
Integer

#Remarks

The cxMaxCheckedDuration constant specifies the standard time block, which is intended to extend the upper bound of the time range, represented by the AStart and AFinish parameters of such methods as TcxCustomSchedulerStorage.FindAvailableAllDay, TcxCustomSchedulerStorage.FindAvailableTime and TcxSchedulerEventConflictsInfo.Create.

Developers can change the value of the constant to increase or decrease the maximum period of time specified in which intersected user events are searched for.

See Also