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

Gets or sets the appointment to display in the reminder 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.

Requirements

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

See Also