Version 24.2 (latest)

UltraListViewMainColumn Class Properties

For a list of all members of this type, see UltraListViewMainColumn 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 UltraListViewMainColumn 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 PropertyHasItemAppearanceReturns whether an appearance object has been created for the ItemAppearance.  
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 PropertyItemAppearanceGets/sets the appearance that is applied to the items displayed by this UltraListViewMainColumn.  
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 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 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 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