dbicMonth Send comments on this topic.
enumAppointmentFormat Enumeration
See Also  
dbicMonth Assembly > Dbi.WinControl.Month 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.Month.enumAppointmentFormat

Requirements

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

See Also