MindFusion.Scheduling for Silverlight Programmer's Guide
Calendar.GetItemAt Method (Int32, Int32)
See Also
 





Gets the scheduled Item object displayed at the specified coordinates.

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 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 Item displayed at the specified position.

 See Also

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