dbicDayView Send comments on this topic.
ColumnTypeCollection Constructor
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > ColumnTypeCollection Class : ColumnTypeCollection Constructor

owner
The control that owns the collection.
Creates a new instance of the ColumnTypeCollection.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal owner As dbiDayView _
)
C# 
public ColumnTypeCollection( 
   dbiDayView owner
)

Parameters

owner
The control that owns the collection.

Return Value

ColumnTypeCollection

Requirements

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

See Also