MindFusion.Scheduling for Silverlight Programmer's Guide
Calendar.IsResourceRowExpanded Method
See Also
 





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

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public bool IsResourceRowExpanded (
    Resource reference
)

Visual Basic  Copy Code

Public Function IsResourceRowExpanded ( _
    reference As Resource _
) As Boolean

 Parameters

reference
A reference to a 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

Calendar Members
Calendar Class
MindFusion.Scheduling.Silverlight Namespace
CollapseResourceRow Method
ExpandResourceRow Method