Search
ItemSettings.setShowMoreItemsCue Method
See Also
 






Sets a value indicating whether to display a 'more items' icon in a calendar cell which isn't big enough to contain all of its items.

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

 Syntax

Java  Copy Code

public void setShowMoreItemsCue (
    Boolean value
)

 Parameters

value

true to display the 'more items' cue icon when there are items not visible in the current viewport; otherwise, false. Set to null to use the corresponding value from the current theme.

 See Also