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

nIndex
The 0-based index of the appointment to test for conflicts with.
bSearchAll
True - Confine search to current column, False - Search all columns for conflicts.
Tests for additional conflicts with an appointment.

Syntax

Visual Basic (Declaration) 
Overloads Public Function FindNextConflict( _
   ByVal nIndex As Integer, _
   ByVal bSearchAll As Boolean _
) As Integer
C# 
public int FindNextConflict( 
   int nIndex,
   bool bSearchAll
)

Parameters

nIndex
The 0-based index of the appointment to test for conflicts with.
bSearchAll
True - Confine search to current column, False - Search all columns for conflicts.

Return Value

-1 if no conflicts found, otherwise the index value of the conflicting appointment.

Requirements

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

See Also