ComponentOne List for WinForms
C1.Win.C1List.ListBase Namespace / C1ListBase Class / UnboundColUpdate Method

In This Topic
    UnboundColUpdate Method (C1ListBase)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub UnboundColUpdate( _
       ByVal dc As C1DataColumn, _
       ByVal value As String _
    ) 
    protected virtual void UnboundColUpdate( 
       C1DataColumn dc,
       string value
    )

    Parameters

    dc
    value
    See Also