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

xmlNodes
A collection of XMLNodes.
Initializes a new instance of the dbiColumnFormat class based on the supplied XmlNodeList.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal xmlNodes As XmlNodeList _
)
C# 
public dbiColumnFormat( 
   XmlNodeList xmlNodes
)

Parameters

xmlNodes
A collection of XMLNodes.

Requirements

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

See Also