Gets the scheduled Item object displayed at the specified coordinates.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public Item GetItemAt ( |
Visual Basic
Copy Code
|
|---|
Public Function GetItemAt( _ |
The position at which to look for a scheduled item.
The Item displayed at the specified position.
See Also