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

Determines how the appointments will be shown in the display.

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.

NoneNo appointments shown.

Inheritance Hierarchy

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

Requirements

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

See Also