Version 24.2 (latest)

UltraListViewColumnBase Class Properties

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

Public Properties
 NameDescription
Public PropertyAccessibilityObjectReturns the accesible object representing the column header.  
Public PropertyAllowMovingGets/sets whether this UltraListViewColumnBase can be repositioned by the end user by dragging the header to a new location.  
Public PropertyAllowSizingGets/sets whether this UltraListViewColumnBase can be resized by the end user by dragging the right edge of its header.  
Public PropertyAllowSortingGets/sets whether this UltraListViewColumnBase can be sorted by the end user by clicking on its header.  
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.  
Public PropertyControlReturns the UltraListView control to which this UltraListViewColumnBase derived instance is associated.  
Public PropertyDataTypeGets/sets the Type of the data for the items/sub-items in this 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.  
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.  
Public PropertyFormatGets/sets the string format which will be applied to item/sub-item data to control how it is displayed.  
Public PropertyFormatProviderGets/sets the IFormatProvider implementor which controls formatting for the items and sub-items displayed by this column.  
Public PropertyHasHeaderAppearanceReturns whether an appearance object has been created for the HeaderAppearance.  
Public PropertyHeaderAppearanceGets/sets the appearance that is applied to this UltraListViewColumnBase instance's header.  
Public PropertyHeaderUIElementReturns the UltraListViewColumnHeaderUIElement that represents this UltraListViewColumnBase in the user interface.  
Public PropertyKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public PropertyNullTextGets/sets the string that is displayed by cells whose value is null.  
Public PropertyShowSortIndicatorsGets/sets whether sort indicators are displayed for this UltraListViewColumnBase.  
Public PropertySortComparerGets/sets the IComparer implementor that determines the order in which items appear when this UltraListViewColumnBase is sorted.  
Public PropertySortingGets/sets whether and how items are sorted.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTextGets/sets the string that is displayed in this UltraListViewColumnBase instance's header.  
Public PropertyTextResolvedReturns the resolved value of the Text property.  
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.  
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'.  
Public PropertyWidthGets/sets the width of this UltraListViewColumnBase, expressed in pixels.  
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