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

Determines if an appointment can be added.

Syntax

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

Property Value

If this property is set to false, the appointment will not be added, else the appointment will be added.

Requirements

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

See Also