dbicList Send comments on this topic.
dbiColumnItem Constructor(String,Int32)
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > dbiColumnItem Class > dbiColumnItem Constructor : dbiColumnItem Constructor(String,Int32)

strText
The text to display in the column's header.
nWidth
The width to assign the column.
Initializes a new instance of the dbiColumnItem class with the Text Property set to the value of the string parameter and the Width Property set to the int32 parameter.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal strText As String, _
   ByVal nWidth As Integer _
)
C# 
public dbiColumnItem( 
   string strText,
   int nWidth
)

Parameters

strText
The text to display in the column's header.
nWidth
The width to assign the column.

Requirements

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

See Also