Search
TimetableSettings.setEnableDayItems Method
See Also
 






Sets 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 void setEnableDayItems (
    Boolean value
)

 Parameters

value

A Boolean value. Set to null to use the corresponding value from the current theme.

 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