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

Determines if the appointment can be dropped.

Syntax

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

Remarks

If this property is set to a value of false, the appointment will not be dropped.

Requirements

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

See Also