I want to implement sorting and reordering.
For reordering I need the current sequence after the data is sorted.
When I use a button and I apply a listView.DataSource.SortDescriptor and I call listView.DataSource.Refresh I can receive the new sequence in listView.DataSource.DisplayItems.
But when I launch the page with my construct a SfListView and set the fresh new data source I can call listView.DataSource.Refresh or listView.DataSource.RefreshFilter or whatever. In the starting phase DisplayItems is always empty.
After what event I can retrieve the DisplayItems?