MobileForms Toolkit Documentation

ItemAdvancedComboBox.DataSourceName Property

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.

public string DataSourceName {get; set;}

Property Value

A string that specifies the name of the object that implements the IList interface, such as a DataSet or an Array.

Remarks

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.

See Also

ItemAdvancedComboBox Class | Resco.Controls.DetailView Namespace