Search
Calendar.expandResourceRow Method (Resource)
See Also
 






Expands 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 expandResourceRow (
    Resource resource
)

 Parameters

resource

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

 See Also