Xceed DataGrid for WPF v7.2 Documentation
UnboundColumn Constructor(String,Object)


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > UnboundColumn Class > UnboundColumn Constructor : UnboundColumn Constructor(String,Object)

A string representing the field name of the column.

A string representing the title of the column.
Initializes a new instance of the UnboundColumn class specifying its field name and title.
Syntax
'Declaration
 
Public Function New( _
   ByVal fieldName As String, _
   ByVal title As Object _
)
'Usage
 
Dim fieldName As String
Dim title As Object
 
Dim instance As New UnboundColumn(fieldName, title)
public UnboundColumn( 
   string fieldName,
   object title
)

Parameters

fieldName

A string representing the field name of the column.

title
A string representing the title of the column.
Requirements

Target Platforms: Windows 11, Windows, 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UnboundColumn Class
UnboundColumn Members
Overload List