dbicList Send comments on this topic.
ColumnItemCollection Constructor
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > ColumnItemCollection Class : ColumnItemCollection Constructor

owner
The dbiListControl object that will own the collection.
The constructor for the ColumnItemCollection.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal owner As DbiListControl _
)
C# 
public ColumnItemCollection( 
   DbiListControl owner
)

Parameters

owner
The dbiListControl object that will own the collection.

Requirements

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

See Also