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

cxSchedulerAllDayEventContainerMaxLineCount Constant

Specifies the maximum number of events that the all-day event area can show simultaneously.

#Declaration

Delphi
const cxSchedulerAllDayEventContainerMaxLineCount: Integer = 0;

#Returns

Type
Integer

#Remarks

Assign a positive value to this global constant to limit the maximum number of events visible in the all-day event area. If the cxSchedulerAllDayEventContainerMaxLineCount global constant value is 0, the limitation is disabled. Users can scroll such events in a Day View whose AllDayAreaScrollBar property is set to adsbDefault or adsbAlways.

Note

The cxSchedulerAllDayEventContainerMaxLineCount global constant value is ignored if a Day View’s ShowAllDayEventsInContentArea property is set to True.

See Also