Data ListSet Data Binding(Object, String, Type) Method
Calling this method is the equivalent of setting the DataSource, DataMember,
and RowTemplate properties individually.
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public void SetDataBinding(
Object dataSource,
string? member,
Type rowTemplateType
)VB
Public Sub SetDataBinding (
dataSource As Object,
member As String,
rowTemplateType As Type
)C++
public:
void SetDataBinding(
Object^ dataSource,
String^ member,
Type^ rowTemplateType
)F#
member SetDataBinding :
dataSource : Object *
member : string *
rowTemplateType : Type -> unit