Version

UltraListViewColumnBase Class Members

The following tables list the members exposed by UltraListViewColumnBase.

Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
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)
Public Methods
 NameDescription
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodPerformAutoResizeOverloaded. Sets the Width of this column to the value required to fully display the header text and/or the text for the items/sub-items that are currently within the control's viewable area.  
Public MethodResetResets all properties of this UltraListViewColumnBase instance to their default values.  
Public MethodResetAllowMovingResets the value of the AllowMoving property to its default.  
Public MethodResetAllowSizingResets the value of the AllowSizing property to its default.  
Public MethodResetAllowSortingResets the value of the AllowSorting property to its default.  
Public MethodResetAutoSizeModeResets the value of the UltraListViewDetailsSettings.ColumnAutoSizeMode property to its default.  
Public MethodResetDataTypeResets the value of the DataType property to its default.  
Public MethodResetEditorResets the value of the Editor property to its default.  
Public MethodResetEditorComponentResets the value of the EditorComponent property to its default.  
Public MethodResetEditorControlResets the value of the EditorControl property to its default.  
Public MethodResetFormatResets the value of the Format property to its default.  
Public MethodResetFormatProviderResets the value of the FormatProvider property to its default.  
Public MethodResetHeaderAppearanceResets the properties of the HeaderAppearance to their default values.  
Public MethodResetKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodResetNullTextResets the value of the NullText property to its default.  
Public MethodResetShowSortIndicatorsResets the value of the ShowSortIndicators property to its default.  
Public MethodResetSortComparerResets the value of the SortComparer property to its default.  
Public MethodResetSortingResets the value of the Sorting property to its default.  
Public MethodResetTextResets the value of the Text property to its default.  
Public MethodResetValueListResets the value of the ValueList property to its default.  
Public MethodResetVisiblePositionInDetailsViewResets the value of the VisiblePositionInDetailsView property to its default.  
Public MethodResetWidthResets the value of the Width property to its default.  
Public MethodShouldSerializeReturns whether the value of any property of this UltraListViewColumnBase instance has been changed from its default.  
Public MethodShouldSerializeKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodToStringReturns a string that represents this object.  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodGetObjectDataHandles serialization for this UltraListViewColumnBase instance.  
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnAddedToCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodOnDeserializationCalled after this UltraListViewColumnBase instance has been de-serialized.  
Protected MethodOnDisposeOverridden. Called when this UltraListViewColumnBase instance is disposed.  
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnRemovedFromCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodOnSubObjectPropChangedOverridden. Called when a property of a sub-object of this UltraListViewColumnBase instance is changed.  
Protected MethodResetInternedKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeAllowMovingReturns whether the value of the AllowMoving property has been changed from its default.  
Protected MethodShouldSerializeAllowSizingReturns whether the value of the AllowSizing property has been changed from its default.  
Protected MethodShouldSerializeAllowSortingReturns whether the value of the AllowSorting property has been changed from its default.  
Protected MethodShouldSerializeAutoSizeModeReturns whether the value of the AutoSizeMode property has been changed from its default.  
Protected MethodShouldSerializeDataTypeReturns whether the value of the DataType property has been changed from its default.  
Protected MethodShouldSerializeEditorReturns whether the value of the Editor property has been changed from its default.  
Protected MethodShouldSerializeEditorComponentReturns whether the value of the EditorComponent property has been changed from its default.  
Protected MethodShouldSerializeEditorControlReturns whether the value of the EditorControl property has been changed from its default.  
Protected MethodShouldSerializeFormatReturns whether the value of the Format property has been changed from its default.  
Protected MethodShouldSerializeFormatProviderReturns whether the value of the FormatProvider property has been changed from its default.  
Protected MethodShouldSerializeHeaderAppearanceReturns whether the HeaderAppearance requires serialization.  
Protected MethodShouldSerializeNullTextReturns whether the value of the NullText property has been changed from its default.  
Protected MethodShouldSerializeShowSortIndicatorsReturns whether the value of the ShowSortIndicators property has been changed from its default.  
Protected MethodShouldSerializeSortComparerReturns whether the value of the SortComparer property has been changed from its default.  
Protected MethodShouldSerializeSortingReturns whether the value of the Sorting property has been changed from its default.  
Protected MethodShouldSerializeTextReturns whether the value of the Text property has been changed from its default.  
Protected MethodShouldSerializeValueListReturns whether the value of the ValueList property has been changed from its default.  
Protected MethodShouldSerializeVisiblePositionInDetailsViewReturns whether the value of the VisiblePositionInDetailsView property has been changed from its default.  
Protected MethodShouldSerializeWidthReturns whether the value of the Width property has been changed from its default.  
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also