Search
ResourceDateEventArgs.Resource Property
See Also
 






Gets the resource associated with the clicked cell.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Resource Resource { get; }

Visual Basic  Copy Code

Public ReadOnly Property Resource As Resource

 Property Value

A reference to a Resource, Contact, Location or Task object or null.

 See Also