Gets the Task object associated with the calendar element at the specified point.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
SyntaxJava
Copy Code
|
|---|
public Task getTaskAt ( |
The x-coordinate of the point to test.
The y-coordinate of the point to test.
A Task instance related to the calendar element at the specified position.
RemarksThis method can be only be used in views that support grouping.
See Also