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