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

Determines if a change to the appointment can occur.

Syntax

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

Remarks

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

Requirements

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

See Also