cxSchedulerAllDayEventContainerMaxLineCount Constant
Specifies the maximum number of events that the all-day event area can show simultaneously.
Declaration
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