TouchListReloadData Method

Clears the rows and loads them again.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public void ReloadData()

Remarks

This method is suitable if you have only 2 row styles. If you have more than 2 row styles, please use ReloadData(AnimationDirection aDirection, Rows aRows) where you can set empty rows with specified row styles by second parameter. If you want reload data without animation, you can use AnimationDirection.None as first paremter.

See Also