Infragistics2.Win.UltraWinTree.v8.1
ColumnSets Property
See Also 
Infragistics.Win.UltraWinTree Namespace > UltraTreeColumnSettings Class : ColumnSets Property

Returns a collection of UltraTreeColumnSet objects, each of which define a set of UltraTreeNodeColumns.

Syntax

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

See Also