Version

UltraTreeNodeColumn Class Properties

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

Public Properties
 NameDescription
Public PropertyActiveCellAppearanceGets/sets the appearance that is applied to the ActiveCell.  
Public PropertyAllowCellEditGets/sets whether cells in this UltraTreeNodeColumn can be activated and/or edited.  
Public PropertyAllowMovingGets/sets whether this UltraTreeNodeColumn can be repositioned by the end user via drag and drop.  
Public PropertyAllowSortingGets/sets whether clicking on this UltraTreeNodeColumn's header initiates a sort operation.  
Public PropertyAutoSizeModeGets/sets how this UltraTreeNodeColumn is auto-sized via the user interface.  
Public PropertyButtonDisplayStyleReturns or sets a value that determines how editor buttons are displayed for a column's cells.  
Public PropertyCanShowExpansionIndicatorGets/sets whether this UltraTreeNodeColumn is allowed to display expansion indicators.  
Public PropertyCellAppearanceGets/sets the appearance that is applied to the cells displayed by this UltraTreeNodeColumn.  
Public PropertyCellWrapTextGets/sets whether text for cells in this UltraTreeNodeColumn will wrap to additional lines as necessary.  
Public PropertyColumnSetReturns the UltraTreeColumnSet instance to which this collection belongs.  
Public PropertyControlReturns the UltraTree control to which this instance belongs, or null if not associated with any control.  
Public PropertyDataTypeGets/sets the Type of the data for the cells in this UltraTreeNodeColumn.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEditorGets/sets the Infragistics.Win.EmbeddableEditorBase-derived editor which renders the data for the cells of this UltraTreeNodeColumn.  
Public PropertyEditorComponentGets/sets the Infragistics.Win.IProvidesEmbeddableEditor implementor which provides the Infragistics.Win.EmbeddableEditorBase-derived editor that renders the data for the cells of this UltraTreeNodeColumn.  
Public PropertyEditorResolvedReturns the resolved Infragistics.Win.EmbeddableEditorBase-derived editor that renders the data for cells in this UltraTreeNodeColumn.  
Public PropertyFormatGets/sets the string format which will be applied to cell data to control how it is displayed.  
Public PropertyFormatProviderGets/sets the IFormatProvider implementor which controls formatting for the cells in this column.  
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 PropertyHasHeaderAppearanceReturns whether an appearance object has been created for the HeaderAppearance.  
Public PropertyHeaderAppearanceGets/sets the appearance that is applied to this UltraTreeNodeColumn's header.  
Public PropertyIndexReturns the ordinal position of this UltraTreeNodeColumn instance in the TreeColumnsCollection to which it belongs.  
Public PropertyIsChapteredGets/sets whether the column is treated as a chaptered (child list) column.  
Public PropertyKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public PropertyLayoutInfoGets/sets the UltraTreeNodeLayoutInfo instance which contains this UltraTreeNodeColumn's layout information.  
Public PropertyMapToColumnGets/sets the key of the UltraTreeNodeColumn which defines the display characteristics for this UltraTreeNodeColumn.  
Public PropertyMaxLengthGets/sets the maximum number of characters that are accepted for input by the end user in the cells associated with this UltraTreeNodeColumn.  
Public PropertyNullableGets/sets a value which describes how an UltraTreeNodeColumn handles empty cell values.  
Public PropertyNullTextGets/sets the string that is displayed by cells whose value is null or DBNull.Value.  
Public PropertyParentColumnsCollectionReturns the TreeColumnsCollection to which this instance belongs.  
Public PropertyShowSortIndicatorsGets/sets whether sort indicators are displayed for this UltraTreeNodeColumn.  
Public PropertySortComparerGets/sets the IComparer implementor that is determines the order in which nodes which display this column appear in their respective Nodes collections when this UltraTreeNodeColumn is sorted.  
Public PropertySortTypeGets/sets whether and how nodes which display this UltraTreeNodeColumn are sorted.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTextGets/sets the string that is displayed in this UltraTreeNodeColumn's header.  
Public PropertyTextResolvedReturns the resolved value of the Text property.  
Public PropertyTipStyleCellGets/sets whether a tooltip is displayed when the text of a cell in this column is not fully visible.  
Public PropertyValueListGets/sets the Infragistics.Win.IValueList interface implementor used to map values to text for cells in this this UltraTreeNodeColumn.  
Public PropertyVisibleGets/sets whether this column is displayed in the user interface.  
Public PropertyVisibleResolvedResolves whether this column is displayed in the user interface.  
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