MindFusion.Wpf Pack Programmer's Guide
Calendar.GetItemAt Method (Point)
See Also
 





Gets the scheduled Item object displayed at the specified coordinates.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public Item GetItemAt (
    Point point
)

Visual Basic  Copy Code

Public Function GetItemAt( _
    point As Point _
) As Item

 Parameters

point

The position at which to look for a scheduled item.

 Return Value

The Item displayed at the specified position.

 See Also

GetItemAt Method Overload List
Calendar Members
Calendar Class
MindFusion.Scheduling.Wpf Namespace