Version

UltraListViewSubItemColumn Class Properties

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

Public Properties
 NameDescription
Public PropertyAccessibilityObjectReturns the accesible object representing the column header. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewColumnBase)
Public PropertyAllowMovingGets/sets whether this UltraListViewColumnBase can be repositioned by the end user by dragging the header to a new location. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewColumnBase)
Public PropertyAllowSizingGets/sets whether this UltraListViewColumnBase can be resized by the end user by dragging the right edge of its header. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewColumnBase)
Public PropertyAllowSortingGets/sets whether this UltraListViewColumnBase can be sorted by the end user by clicking on its header. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewColumnBase)
Public PropertyAutoSizeModeGets/sets whether the width of this column is automatically made large enough to display the header text and/or all item/sub-item values when the end user double-clicks on the header. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewColumnBase)
Public PropertyControlOverridden. Returns the UltraListView control with which this UltraListViewSubItemColumn instance is associated.  
Public PropertyDataTypeGets/sets the Type of the data for the items/sub-items in this UltraListViewColumnBase. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewColumnBase)
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 UltraListViewColumnBase. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewColumnBase)
Public PropertyEditorComponentGets/sets the Infragistics.Win.IProvidesEmbeddableEditor implementor which provides the Infragistics.Win.EmbeddableEditorBase-derived editor that renders the data for the sub-items of this UltraListViewColumnBase. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewColumnBase)
Public PropertyFormatGets/sets the string format which will be applied to item/sub-item data to control how it is displayed. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewColumnBase)
Public PropertyFormatProviderGets/sets the IFormatProvider implementor which controls formatting for the items and sub-items displayed by this column. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewColumnBase)
Public PropertyHasHeaderAppearanceReturns whether an appearance object has been created for the HeaderAppearance. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewColumnBase)
Public PropertyHasSubItemAppearanceReturns whether an appearance object has been created for the SubItemAppearance.  
Public PropertyHeaderAppearanceGets/sets the appearance that is applied to this UltraListViewColumnBase instance's header. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewColumnBase)
Public PropertyHeaderUIElementReturns the UltraListViewColumnHeaderUIElement that represents this UltraListViewColumnBase in the user interface. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewColumnBase)
Public PropertyIndexReturns the ordinal position of this UltraListViewSubItemColumn instance in the SubItemColumns collection.  
Public PropertyKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public PropertyNullTextGets/sets the string that is displayed by cells whose value is null. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewColumnBase)
Public PropertyShowSortIndicatorsGets/sets whether sort indicators are displayed for this UltraListViewColumnBase. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewColumnBase)
Public PropertySortComparerGets/sets the IComparer implementor that determines the order in which items appear when this UltraListViewColumnBase is sorted. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewColumnBase)
Public PropertySortingGets/sets whether and how items are sorted. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewColumnBase)
Public PropertySubItemAppearanceGets/sets the appearance that is applied to the sub-items displayed by this UltraListViewSubItemColumn.  
Public PropertySubItemTipStyleGets/sets whether a tooltip is displayed when the text of a sub-item in this column is not fully visible.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTextGets/sets the string that is displayed in this UltraListViewColumnBase instance's header. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewColumnBase)
Public PropertyTextResolvedReturns the resolved value of the Text property. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewColumnBase)
Public PropertyValueListGets/sets the Infragistics.Win.IValueList interface implementor used to map data values to text for the items/sub-items associated with this UltraListViewColumnBase. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewColumnBase)
Public PropertyVisibleInDetailsViewGets/sets whether this column is displayed in the user interface when the control's View property is set to 'Details'.  
Public PropertyVisibleInTilesViewGets/sets whether this column is displayed in the user interface when the control's View property is set to 'Tiles'.  
Public PropertyVisibleInToolTipGets/sets whether the value of this column's Text is displayed in the tooltips displayed for an UltraListViewItem when the TipStyle property is set to 'Automatic'.  
Public PropertyVisiblePositionInDetailsViewGets/sets the position of this column in the user interface, as relative to the leftmost visible column, when the control's View property is set to 'Details'. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewColumnBase)
Public PropertyVisiblePositionInTilesViewGets/sets the position of this column in the user interface, as relative to the topmost visible column, when the control's View property is set to 'Tiles'.  
Public PropertyVisiblePositionInToolTipGets/sets whether the value of this column's Text, and the associated sub-item's Value, are displayed in the tooltips when the TipStyle property is set to 'Automatic'.  
Public PropertyWidthGets/sets the width of this UltraListViewColumnBase, expressed in pixels. (Inherited from Infragistics.Win.UltraWinListView.UltraListViewColumnBase)
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