MAUI Pack Programmer's Guide
Calendar.GetItemAt Method (Int32, Int32)
See Also
 






Gets the scheduled Item object displayed at the specified coordinates.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Item GetItemAt (
    int x,
    int y
)

Visual Basic  Copy Code

Public Function GetItemAt( _
    x As Integer, _
    y As Integer _
) As Item

 Parameters

x

The x-coordinate of the position at which to look for a scheduled item.

y

The y-coordinate of the position at which to look for a scheduled item.

 Return Value

The scheduled Item displayed at the specified position.

 See Also

GetItemAt Method Overload List
Calendar Members
Calendar Class
MindFusion.Scheduling Namespace
GetContactAt Method
GetLocationAt Method
GetTaskAt Method
GetResourceAt Method
GetDateAt Method