Version

UltraTreeColumnSettings Class Properties

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

Public Properties
 NameDescription
Public PropertyActiveCellAppearanceGets/sets the appearance that is applied to the ActiveCell.  
Public PropertyAllowCellEditGets/sets whether cells can be activated and/or edited.  
Public PropertyAllowCellSizingGets/sets whether the end user can resize the cells in this column.  
Public PropertyAllowCellSpanSizingGets/sets whether the end user can resize the span of cells in this column.  
Public PropertyAllowColMovingGets/sets whether the end user can click and drag columns.  
Public PropertyAllowLabelSizingGets/sets whether the end user is allowed to resize cells when in node layout mode.  
Public PropertyAllowLabelSpanSizingGets/sets whether the end user can resize the span of cells in this column.  
Public PropertyAllowSortingGets/sets whether clicking on a column header initiates a sort operation.  
Public PropertyAutoFitColumnsGets/sets whether columns are automatically resized so that all columns are visible in the control, preventing a horizontal scrollbar from appearing.  
Public PropertyAutoGenerateColumnSetsGets/sets whether columns will be created automatically based on the data structure defined by the control's DataSource and DataMember properties.  
Public PropertyBorderStyleCellGets/sets the border style for the all cells in all UltraTreeColumnSets in this UltraTreeColumnSettings instance's ColumnSets collection.  
Public PropertyBorderStyleColumnHeaderGets/sets the border style for the all column headers in all UltraTreeColumnSets in this UltraTreeColumnSettings instance's ColumnSets collection.  
Public PropertyCellAppearanceGets/sets the appearance that is applied to the cells in columns that do not have a more specific appearance set.  
Public PropertyCellWrapTextGets/sets whether text in cells will wrap to additional lines as necessary.  
Public PropertyColumnAutoSizeModeGets/sets how columns are auto-sized via the user interface.  
Public PropertyColumnHeaderAppearanceGets/sets the appearance that is applied to the headers of all columns that do not have a more specific header appearance set.  
Public PropertyColumnHeaderImageSizeGets/sets the size at which images will be displayed in the column headers.  
Public PropertyColumnHeaderWrapTextGets/sets whether text in column headers will wrap to additional lines as necessary.  
Public PropertyColumnSetsReturns a collection of UltraTreeColumnSet objects, each of which define a set of UltraTreeNodeColumns.  
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 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 all column headers.  
Public PropertyLabelPositionGets/sets the position of labels in the node layout.  
Public PropertyLabelStyleGets/sets the style of labels in the node layout.  
Public PropertyMultiSortModifierKeyGets/sets the modifier key that is pressed to include additional columns in a multi-column sort operation.  
Public PropertyNullTextGets/sets the string that is displayed by cells whose value is null or DBNull.Value.  
Public PropertyRootColumnSetGets/sets the UltraTreeColumnSet instance that defines the column structure for nodes that do not have a more specific setting.  
Public PropertyShowBandNodesGets/sets whether nodes are created to represent the name of a band when data bound.  
Public PropertyShowSortIndicatorsGets/sets whether clicking on a column header initiates a sort operation.  
Public PropertyTabNavigationGets/sets the behavior for the Tab key when navigating between cells.  
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 PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also