PocketPlanner Programmer's Guide

Calendar.ExpandResourceRow Method

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.Compact
Assembly: PocketPlanner

 Syntax

C#

public void ExpandResourceRow (
    Resource reference
)

Visual Basic

Public Sub ExpandResourceRow ( _
    reference As Resource _
)

 Parameters

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

 See Also