MindFusion.Wpf Pack Programmer's Guide
Calendar.GetResourceAt Method (Int32, Int32)
See Also
 





Gets the Resource object whose schedule is displayed at the specified coordinates.

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

 Syntax

C#  Copy Code

public Resource GetResourceAt (
    int x,
    int y
)

Visual Basic  Copy Code

Public Function GetResourceAt( _
    x As Integer, _
    y As Integer _
) As Resource

 Parameters

x

The x-coordinate of the position at which to look for resource's scheduled items.

y

The y-coordinate of the position at which to look for resource's scheduled items.

 Return Value

An instance of the Resource class representing the resource related to the scheduled items displayed at the specified position.

 Remarks

This method can only be used in views that support grouping.

 See Also

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