TcxLookupComboBoxProperties.OnSortingChanged Event
This event is fired after data sorting has changed.
Declaration
property OnSortingChanged: TNotifyEvent read; write;
Remarks
Handle the OnSortingChanged event to react in the situations when data sorting has changed. For an in-place editor, data sorting is controlled by the data controller which is accessible via the DataController property.
See Also