cxSchedulerAllDayEventContainerMaxLineCount Constant
In This Article
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 cx
See Also