dbicCalendar Send comments on this topic.
AppointmentDetail Enumeration
See Also  
dbicCalendar Assembly > Dbi.WinControl.Calendar Namespace : AppointmentDetail Enumeration

Determines how the appointments will be shown in the control.

Syntax

Visual Basic (Declaration) 
Public Enum AppointmentDetail 
   Inherits System.Enum
C# 
public enum AppointmentDetail : System.Enum 

Members

MemberDescription
High

All appointments with detail

Low

All Day appointments only

Medium

All appointments without detail except All Day appointments. Note that while a graphic representation of the appointments are shown, the appointment events will not fire while in this mode, nor will the dialog display.

None

No appointments shown.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.Calendar.AppointmentDetail

Requirements

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

See Also