Infragistics2.Win.UltraWinTree.v8.1
UltraTreeColumnSet Class
See Also  Members  
Infragistics.Win.UltraWinTree Namespace : UltraTreeColumnSet Class

Defines the set of properties which apply to columns displayed by the UltraTree control.

Object Model









Syntax

Visual Basic (Declaration) 
Public Class UltraTreeColumnSet 
   Inherits KeyedSubObjectBase
   Implements IKeyedSubObjectIKeyedSubObjectEx 
C# 
public class UltraTreeColumnSet : KeyedSubObjectBase, IKeyedSubObjectIKeyedSubObjectEx  

Remarks

The UltraTreeColumnSet class is analagous to the UltraGrid's UltraGridBand object in that it defines a set of columns.

The properties of the UltraTreeColumnSet class are applicable only when the control's UltraTree.ViewStyle is set to a value other than 'Standard'.

The UltraTreeColumnSettings class exposes a collection of UltraTreeNodeColumn objects, accessible via the UltraTreeColumnSet.Columns collection; this collection defines the columns that are displayed by the control.

An UltraTreeColumnSet object is referenced by the UltraTreeColumnSettings object's UltraTreeColumnSettings.RootColumnSet property, which defines the column structure when the control's ViewStyle property is set to 'OutlookExpress'. The Override object also exposes a Override.ColumnSet property, which can be set so that a different column structure can be defined at different levels of the node hierarchy.

See Also