Gets the Location object whose schedule is displayed at the specified coordinates.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public Location GetLocationAt ( |
Visual Basic
Copy Code
|
|---|
Public Function GetLocationAt ( _ |
An instance of the Location class representing the location related to the scheduled items displayed at the specified position.
RemarksThis method can only be used in views that support grouping.
See Also