Version

UltraTreeColumnSet Class Properties

For a list of all members of this type, see UltraTreeColumnSet members.

Public Properties
 NameDescription
Public PropertyActiveCellAppearanceGets/sets the appearance that is applied to the ActiveCell.  
Public PropertyAllowCellEditGets/sets whether cells can be can be activated and/or edited  
Public PropertyAllowCellSizingGets/sets whether the end user can resize the cells in the columns in this UltraTreeColumnSet instance's Columns collection.  
Public PropertyAllowCellSpanSizingGets/sets whether the end user can resize the span of cells in the columns of this UltraTreeColumnSet instance's Columns collection.  
Public PropertyAllowColMovingGets/sets whether the columns in this UltraTreeColumnSet instance's Columns collection can be moved by the end user via drag and drop.  
Public PropertyAllowLabelSizingGets/sets whether the headers (labels) displayed by the columns in this UltraTreeColumnSet instance's Columns collection can be resized by the end user.  
Public PropertyAllowLabelSpanSizingGets/sets whether the headers (labels) displayed by the columns in this UltraTreeColumnSet instance's Columns collection can be span resized by the end user.  
Public PropertyAllowSortingGets/sets whether clicking on a column header initiates a sort operation.  
Public PropertyBorderStyleCellGets/sets the cell border style for the columns in this UltraTreeColumnSet instance's Columns collection.  
Public PropertyBorderStyleColumnHeaderGets/sets the border style for the headers (labels) of the columns in this UltraTreeColumnSet instance's Columns collection.  
Public PropertyCellAppearanceGets/sets the appearance that is applied to the cells displayed by this UltraTreeColumnSet instance's columns.  
Public PropertyCellWrapTextGets/sets whether cell text wraps to additional lines as necessary.  
Public PropertyColumnAutoSizeModeGets/sets how cells associated with columns in this UltraTreeColumnSet instance's Columns collection are auto-sized via the user interface.  
Public PropertyColumnHeaderAppearanceGets/sets the appearance that is applied to the headers displayed by this UltraTreeColumnSet instance's columns.  
Public PropertyColumnHeaderImageSizeGets/sets the size at which images will be displayed by column headers.  
Public PropertyColumnsReturns the collection of UltraTreeNodeColumn objects contained by this UltraTreeColumnSet instance.  
Public PropertyColumnSettingsReturns the UltraTreeColumnSettings instance whose UltraTreeColumnSettings.ColumnSets collection contains this instance, or null if this instance does not belong to a collection.  
Public PropertyControlReturns the UltraTree control to which this instance belongs, or null if not associated with any control.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyExpansionIndicatorColumnReturns the UltraTreeNodeColumn that defines which UltraTreeNodeCell displays the expansion indicator for the corresponding UltraTreeNode. Applicable only when the associated UltraTree control's ViewStyle property resolves to ViewStyle.OutlookExpress.  
Public PropertyHasActiveCellAppearanceReturns whether an appearance object has been created for the ActiveCellAppearance.  
Public PropertyHasCellAppearanceReturns whether an appearance object has been created for the CellAppearance.  
Public PropertyHasColumnHeaderAppearanceReturns whether an appearance object has been created for the ColumnHeaderAppearance.  
Public PropertyHeaderStyleGets/sets the header style for the columns in this UltraTreeColumnSet instance's Columns collection.  
Public PropertyKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public PropertyLabelPositionGets/sets the position of labels in the node layout.  
Public PropertyLabelStyleGets/sets the position of labels in the node layout.  
Public PropertyNodeTextColumnGets/sets the UltraTreeNodeColumn instance whose cells will provide the value of the UltraTreeNode.Text property for associated UltraTreeNode objects.  
Public PropertyNullTextGets/sets the string that is displayed by cells whose value is null or DBNull.Value.  
Public PropertyParentColumnSetsCollectionReturns the ColumnSetsCollection to which this UltraTreeColumnSet instance belongs.  
Public PropertyShowSortIndicatorsGets/sets whether sort indicators will appear in the headers of sorted columns.  
Public PropertySortedColumnsReturns a SortedColumnsCollection instance to which UltraTreeNodeColumn instances can be added to change the sort order of associated UltraTreeNode.Nodes collections.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTipStyleCellGets/sets whether a tooltip is displayed when a cell's text is not fully visible.  
Protected Properties
 NameDescription
Protected PropertyKeyLowercaseInterned (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected PropertyPrimaryCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also