Gets or sets the data source name that populates the items of the bound combobox with data provided from property of type ILIst with given name, from DataSource object of DetailView.
A string that specifies the name of the object that implements the IList interface, such as a DataSet or an Array.
Use this property to bind the ItemAdvancedComboBox to source of data. Setting null to this property will reset it to reference the inner array of data. You can use this property to directly reference the inner array of data.
Which data are really displayed is controlled by the DisplayMember property. The Value property is filled with the ValueMember from the list.
ItemAdvancedComboBox Class | Resco.Controls.DetailView Namespace