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

nxCoor

The x-coordinate to use.

nyCoor

the y-coordinate to use.

Returns the dbiAppointmentItem at a specific location.

Syntax

Visual Basic (Declaration) 
Overloads Public Function AppointmentObjectAt( _
   ByVal nxCoor As Integer, _
   ByVal nyCoor As Integer _
) As dbiAppointmentItem
C# 
public dbiAppointmentItem AppointmentObjectAt( 
   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