Search
Calendar.collapseResourceRow Method (Resource)
See Also
 






Collapses the row associated with the specified Contact, Location, Task or Resource in a CalendarView.ResourceView view. If there is no such row or the current view is not ResourceView, nothing happens.

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

 Syntax

Java  Copy Code

public void collapseResourceRow (
    Resource resource
)

 Parameters

resource

A reference to the Contact, Location, Task or Resource object whose row is to be collapsed.

 See Also