The task is pretty simple. I want to sort on a particular column in an ultra combo. I need to do this in code and not the designer. I've search all over but cannot find the answer.
Thanks!
I have found an answer (finally):
ultraCombo1.DisplayLayout.Bands[0].Columns[0].SortIndicator = SortIndicator.Ascending;