Data ListData Member Property
This indicates the sub-list (if any) of the DataSource to show in the data list
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 string DataMember { get; set; }VB
Public Property DataMember As String
Get
SetC++
public:
property String^ DataMember {
String^ get ();
void set (String^ value);
}F#
member DataMember : string with get, set