Gets the Resource object whose schedule is displayed at the specified coordinates.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public Resource GetResourceAt ( |
Visual Basic
Copy Code
|
|---|
Public Function GetResourceAt( _ |
The position at which to look for resource's scheduled items.
An instance of the Resource class representing the resource related to the scheduled items displayed at the specified position.
RemarksThis method can only be used in views that support grouping.
See Also