dbicDayView Send comments on this topic.
GroupType Property
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class : GroupType Property

Gets or sets how the columns will be grouped.

Syntax

Visual Basic (Declaration) 
Public Overridable Property GroupType As enumGroupType
C# 
public virtual enumGroupType GroupType {get; set;}

Property Value

enumGroupType

Remarks

The column types are defined in the AppointmentType property. 

Requirements

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

See Also