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

Returns the resolved UltraTreeColumnSet for this TreeNodesCollection instance.

Syntax

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

See Also