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

Initializes a new instance of the dbiColumnFormat class. Initializes a new instance of the dbiColumnItem class

Overload List

OverloadDescription
dbiColumnItem Constructor()Initializes a new instance of the dbiColumnItem class  
dbiColumnItem Constructor(String)Initializes a new instance of the dbiColumnItem class setting the Text Property to the string parameter.  
dbiColumnItem Constructor(String,Int32)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.  
dbiColumnItem Constructor(XmlNodeList)Initializes a new instance of the dbiColumnItem class based on the XML nodes parameter.  

Requirements

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

See Also