'宣言 Public Class UltraTreeColumnSet Inherits Infragistics.Shared.KeyedSubObjectBase Implements Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx
public class UltraTreeColumnSet : Infragistics.Shared.KeyedSubObjectBase, Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx
UltraTreeColumnSet クラスは、列のセットを定義する点で UltraGrid の UltraGridBand オブジェクトに似ています。
UltraTreeColumnSet クラスのプロパティは、コントロールの ViewStyle が "Standard" 以外の値に設定されている場合のみ適用されます。
UltraTreeColumnSettings クラスは UltraTreeNodeColumn オブジェクトのコレクションを公開しており、 コレクションを Columns 通じてアクセスできます。このコレクションはコントロールによって表示される列を定義します。
UltraTreeColumnSet オブジェクトは UltraTreeColumnSettings オブジェクトの UltraTreeColumnSettings.RootColumnSet プロパティによって参照されます。このプロパティは、コントロールの ViewStyle プロパティが "OutlookExpress" に設定されている場合の列構造を定義します。Override オブジェクトは ColumnSet プロパティを公開しています。このプロパティを設定することで、ノード階層の異なるレベルで異なる列構造を定義できます。