MobileForms Toolkit Documentation

AdvancedList.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 ActiveRowIndex. If DataSource is a null reference, then you can bind to the DataRows property, otherwise use the DataSource property.

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

See Also

AdvancedList Class | Resco.Controls.AdvancedList Namespace