ActiveReports.Viewer3 Request technical support
TreeViewNodeSorter Property
See Also 


Syntax

Visual Basic (Declaration) 
Public Property TreeViewNodeSorter As IComparer
Visual Basic (Usage)Copy Code
Dim instance As TOCTree
Dim value As IComparer
 
instance.TreeViewNodeSorter = value
 
value = instance.TreeViewNodeSorter
C# 
public IComparer TreeViewNodeSorter {get; set;}

See Also