ComponentOne List for WinForms
C1.Win.C1List Namespace / C1List Class / Rebind Method / Rebind(Boolean) Method
True to preserves current column layout. False retrieves the schema from the datasource.

In This Topic
    Rebind(Boolean) Method
    In This Topic
    Reinitializes list with data from its data source.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Rebind( _
       ByVal holdFields As Boolean _
    ) 
    public void Rebind( 
       bool holdFields
    )

    Parameters

    holdFields
    True to preserves current column layout. False retrieves the schema from the datasource.
    See Also