dbicCalendar Send comments on this topic.
Appointment Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiAppointmentDialog Class : Appointment Property

Gets or sets the appointment to display in the appointment dialog.

Syntax

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

Remarks

This property value is of type dbiAppointmentItem, indicating the appointment to display in the dialog.

For additional information, please see Using the Appointment Dialog.

Requirements

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

See Also