ListObject.SetDataBinding Method
Include Protected Members
Include Inherited Members
Binds a ListObject control to a data source.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
SetDataBinding(Object) | Binds a ListObject control to a data source. | |
SetDataBinding(Object, String) | Binds a ListObject control to a specified data member of a data source. | |
SetDataBinding(Object, String, array<String[]) | Binds a ListObject control to a specified data member of a data source, and shows only specified columns of that data member. |
Top