MAUI Pack Programmer's Guide
Calendar.GetTaskAt Method (Point)
See Also
 






Gets the Task object whose schedule is displayed at the specified position.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Task GetTaskAt (
    Point point
)

Visual Basic  Copy Code

Public Function GetTaskAt( _
    point As Point _
) As Task

 Parameters

point

The position at which to look for task's scheduled items.

 Return Value

A Task instance related to the scheduled items displayed at the specified position.

 Remarks

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

 See Also

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