Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / DataCell Class / DataCell Constructor / DataCell Constructor(String,Object)
A string representing the parent column's field name.
The content of the cell.


In This Topic
    DataCell Constructor(String,Object)
    In This Topic
    Initializes a new instance of the DataCell class specifying the parent column's field name and the cell's content.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal fieldName As String, _
       ByVal content As Object _
    )
    'Usage
     
    Dim fieldName As String
    Dim content As Object
     
    Dim instance As New DataCell(fieldName, content)
    public DataCell( 
       string fieldName,
       object content
    )

    Parameters

    fieldName
    A string representing the parent column's field name.
    content
    The content of the cell.
    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