Search
Calendar.ExpandResourceRow Method (Resource)
See Also
 






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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void ExpandResourceRow (
    Resource resource
)

Visual Basic  Copy Code

Public Sub ExpandResourceRow( _
    resource As Resource _
)

 Parameters

resource

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

 See Also