DataListSetDataBinding(Object, String, Type, Type, Type) Method
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public void SetDataBinding(
Object dataSource,
string member,
Type rowTemplateType,
Type headerTemplateType,
Type footerTemplateType
)
Public Sub SetDataBinding (
dataSource As Object,
member As String,
rowTemplateType As Type,
headerTemplateType As Type,
footerTemplateType As Type
)
public:
void SetDataBinding(
Object^ dataSource,
String^ member,
Type^ rowTemplateType,
Type^ headerTemplateType,
Type^ footerTemplateType
)
member SetDataBinding :
dataSource : Object *
member : string *
rowTemplateType : Type *
headerTemplateType : Type *
footerTemplateType : Type -> unit
Parameters
- dataSource Object
- The data source to use
- member String
- The data member in the data source to use, if any
- rowTemplateType Type
- The template control type to use for creating the rows
- headerTemplateType Type
- The template control type to use for creating the header, if any
- footerTemplateType Type
- The template control type to use for creating the footer, if any