Search
Calendar.isResourceRowExpanded Method (Resource)
See Also
 






Checks whether the row associated with the specified Contact, Location, Task or Resource in a CalendarView.ResourceView view is expanded.

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

 Syntax

Java  Copy Code

public boolean isResourceRowExpanded (
    Resource resource
)

 Parameters

resource

A reference to the Contact, Location, Task or Resource object to be checked.

 Return Value

Returns true if the associated row is expanded or false if either the row is collapsed, there is no such row or the current view is not a ResourceView.

 See Also