TdxBarTreeViewCombo.OnCompare Event
Occurs when two dropdown tree nodes are compared during node sort operations in a dropdown tree view.
Declaration
property OnCompare: TTVCompareEvent read; write;
Remarks
This event is similar to the TTreeView OnCompare event. Write an OnCompare event handler to customize node sort order.
See Also