dbicDayView Send comments on this topic.
Index Property
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > BeforeAppointmentSelectEventArgs Class : Index Property

The zero-based index of the appointment to be selected.

Syntax

Visual Basic (Declaration) 
Public Property Index As Integer
C# 
public int Index {get; set;}

Property Value

Integer

Remarks

This value is of type Integer, indicate the zero-based index of the appointment which will be selected.

Requirements

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

See Also