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

How the appointments will be displayed.

Syntax

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

Members

MemberDescription
SortedThe appointments will appear sorted and continuous based on duration.
StackedThe appointments will appear based their index.

Inheritance Hierarchy

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

Requirements

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

See Also