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

How the columns will be grouped, set in the GroupType Property.

Syntax

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

Members

MemberDescription
ContactGroup by contact.
DateGroup by date.
LocationGroup by location
NoneDo not group.
TaskGroup by task.

Inheritance Hierarchy

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

Requirements

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

See Also