dbicDayView Send comments on this topic.
TaskObjectAt(Int32,Int32) Method
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class > TaskObjectAt Method : TaskObjectAt(Int32,Int32) Method

nxCoor

The x-coordinate to use.

nyCoor

the y-coordinate to use.

Gets the task assigned to the column at a given point.

Syntax

Visual Basic (Declaration) 
Overloads Public Function TaskObjectAt( _
   ByVal nxCoor As Integer, _
   ByVal nyCoor As Integer _
) As dbiTaskItem
C# 
public dbiTaskItem TaskObjectAt( 
   int nxCoor,
   int nyCoor
)

Parameters

nxCoor

The x-coordinate to use.

nyCoor

the y-coordinate to use.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also