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