FlexGrid for WinForms
SetDataBinding(Object,String) Method



The new data source object.
The table to bind to within the data source object.
Sets the DataSource and DataMember properties.
Syntax
'Declaration
 
Public Overloads Sub SetDataBinding( _
   ByVal dataSource As Object, _
   ByVal dataMember As String _
) 
'Usage
 
Dim instance As C1FlexGridBase
Dim dataSource As Object
Dim dataMember As String
 
instance.SetDataBinding(dataSource, dataMember)
public void SetDataBinding( 
   object dataSource,
   string dataMember
)
public:
void SetDataBinding( 
   Object^ dataSource,
   String^ dataMember
) 

Parameters

dataSource
The new data source object.
dataMember
The table to bind to within the data source object.
Requirements

Target Platforms: 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

C1FlexGridBase Class
C1FlexGridBase Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback