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

strText
The text to display in the column's header.
Initializes a new instance of the dbiColumnItem class setting the Text Property to the string parameter.

Syntax

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

Parameters

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

Requirements

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

See Also