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

The dbiAppointmentItem which will be added.

Syntax

Visual Basic (Declaration) 
Public Property Appointment As dbiAppointmentItem
C# 
public dbiAppointmentItem Appointment {get; set;}

Remarks

This property enables you to define properties about the appointment which will be added.

Requirements

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

See Also