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

How the calendars will be grouped.

Syntax

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

Members

MemberDescription
ContactsA calendar will be assigned to each contact.
LocationsA calendar will be assigned to each location.
NoneThere will be no grouping.
TasksA calendar will be assigned to each task

Inheritance Hierarchy

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

Requirements

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

See Also