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

Determines if the appointment can be selected.

Syntax

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

Remarks

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

Requirements

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

See Also