DataListDataSource Property
This gets or sets the data source for the data list
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
[TypeConverterAttribute("System.Windows.Forms.Design.DataSourceConverter, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public Object DataSource { get; set; }
<TypeConverterAttribute("System.Windows.Forms.Design.DataSourceConverter, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
Public Property DataSource As Object
Get
Set
public:
[TypeConverterAttribute(L"System.Windows.Forms.Design.DataSourceConverter, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
property Object^ DataSource {
Object^ get ();
void set (Object^ value);
}
[<TypeConverterAttribute("System.Windows.Forms.Design.DataSourceConverter, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>]
member DataSource : Object with get, set
Property Value
ObjectThe data source object must support the
IList interface such as a
DataSet or an
Array. This property must be set in order for
the control to display information. If the data source contains multiple items to which the control
can bind, use the
DataMember property to specify the sub-list to use.