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

Determines if the Delete button was click in the appointment dialog.

Syntax

Visual Basic (Declaration) 
Public Property Delete As Boolean
C# 
public bool Delete {get; set;}

Remarks

This property value is of type Boolean, indicating if the delete button was click in the appointment dialog.

Requirements

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

See Also