Method UpdateSortOrder
| Improve this Doc View SourceUpdateSortOrder()
Update sort order of this RowPresenter.
Declaration
public void UpdateSortOrder()
Remarks
Sort order of RowPresenter will be maintained automatically when underlying DataRow value changed, there is no need to call this method to reflect sort order change when underlying value changed; This method is provided for scenario of custom sort when order is decided other than value change, for example, sort by IsSelected.