Search
ItemSettings.setCapIncompleteSegments Method
See Also
 






Sets a value indicating whether to cap incomplete item segments.

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

 Syntax

Java  Copy Code

public void setCapIncompleteSegments (
    Boolean value
)

 Parameters

value

true to cap incomplete items segments; otherwise, false. Set to null to use the corresponding value from the current theme.

 Remarks

This property is ignored for non all-day items in the CalendarView.Timetable view.

 See Also