Infragistics2.Win.UltraWinTree.v8.1
SortComparerResolved Property
See Also 
Infragistics.Win.UltraWinTree Namespace > TreeNodesCollection Class : SortComparerResolved Property

The resolved SortComparer value. If none is specified, defaults to Nothing.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property SortComparerResolved As IComparer
C# 
public IComparer SortComparerResolved {get;}

See Also