MobileForms Toolkit Documentation

AdvancedList.LoadDataManually Method 

Fills AdvancedList's RowCollection by user provided Row objects.

public void LoadDataManually();

Remarks

You have to handle the RowAdding event, otherwise an InvalidOperationException will be thrown. In the handler, you must provide a Row object that will be added into AdvancedList's RowCollection.

See Also

AdvancedList Class | Resco.Controls.AdvancedList Namespace | RowAdding