suite4.net.FormDatabase Documentation

LoaderControl.DataSource Property

Gets the business class instance which is the data source of the MemberForm.

[Visual Basic]
Public ReadOnly Property DataSource As Object
[C#]
public object DataSource {get;}

Property Value

The business class instance providing the values to be diplayed in the MemberForm.

Remarks

The value of this property can only be set in the constructor.

See Also

LoaderControl Class | suite4.net.FormDatabase Namespace