Search
TimetableSettings.getEnableDayItems Method
See Also
 






Gets a value indicating whether items longer than 24 hours are displayed in the day header or not.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public Boolean getEnableDayItems ()

 Return Value

A Boolean value.

 Remarks

By default, items longer than 1 day or items marked as Item.getAllDayEvent are displayed in the day header of the view. If the day header is not displayed (that is, getShowDayHeader is set to false) then these items are never displayed. Settings this property to false causes all items regardless of their length to be displayed in the main view.

 See Also