Search
Calendar.getVisibleItems Method
See Also
 






Retrieves a collection with all currently visible items.

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

 Syntax

Java  Copy Code

public ItemList getVisibleItems ()

 Return Value

An ItemList containing all items currently visible within the control. The collection is empty if there are no visible items.

 See Also