dbicDayView Send comments on this topic.
enumAppointmentType Enumeration
See Also  
dbicDayView Assembly > Dbi.WinControl.DayView Namespace : enumAppointmentType Enumeration

Determines the type of columns to display, set in the AppointmentType Property.

Syntax

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

Members

MemberDescription
ContactColumns are defined by contact.
DateColumns are defined as dates.
LocationColumns are defined by location.
TaskColumns are defined by tasks.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.DayView.enumAppointmentType

Requirements

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

See Also