MobileForms Toolkit Documentation

AdvancedComboBox.AutoBinding Property

Allows the automatic databinding.

public bool AutoBinding {get; set;}

Property Value

true if databinding is enabled, false otherwise

Remarks

Use this property, if you want to allow automatic databinding to the same datasource using CurrencyManager. Position is synchronized with the SelectedIndex. If DataSource is a null reference, then you can bind to the Items property, otherwise use the DataSource property.

Note   If DataSource is set, the control is automatically databound, and AutoBinding property is not required.

See Also

AdvancedComboBox Class | Resco.Controls.AdvancedComboBox Namespace