Infragistics2.Win.UltraWinListView.v8.1
UltraListViewColumnBase Class Members
See Also  Fields  Properties  Methods  Events
Infragistics.Win.UltraWinListView Namespace : UltraListViewColumnBase Class


The following tables list the members exposed by UltraListViewColumnBase.

Protected Fields

 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Top

Public Properties

 NameDescription
Public PropertyAccessibilityObject Returns the accesible object representing the column header.  
Public PropertyAllowMoving Gets/sets whether this UltraListViewColumnBase can be repositioned by the end user by dragging the header to a new location.  
Public PropertyAllowSizing Gets/sets whether this UltraListViewColumnBase can be resized by the end user by dragging the right edge of its header.  
Public PropertyAllowSorting Gets/sets whether this UltraListViewColumnBase can be sorted by the end user by clicking on its header.  
Public PropertyAutoSizeMode Gets/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 PropertyControl Returns the UltraListView control to which this UltraListViewColumnBase derived instance is associated.  
Public PropertyDataType Gets/sets the Type of the data for the items/sub-items in this UltraListViewColumnBase.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEditor Gets/sets the EmbeddableEditorBase-derived editor which renders the data for the cells of this UltraListViewColumnBase.  
Public PropertyEditorControl Gets/sets the IProvidesEmbeddableEditor implementor which provides the EmbeddableEditorBase-derived editor that renders the data for the sub-items of this UltraListViewColumnBase.  
Public PropertyFormat Gets/sets the string format which will be applied to item/sub-item data to control how it is displayed.  
Public PropertyFormatProvider Gets/sets the IFormatProvider implementor which controls formatting for the items and sub-items displayed by this column.  
Public PropertyHasHeaderAppearance Returns whether an appearance object has been created for the UltraListViewColumnBase.HeaderAppearance.  
Public PropertyHeaderAppearance Gets/sets the appearance that is applied to this UltraListViewColumnBase instance's header.  
Public PropertyHeaderUIElement Returns the UltraListViewColumnHeaderUIElement that represents this UltraListViewColumnBase in the user interface.  
Public PropertyKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public PropertyNullText Gets/sets the string that is displayed by cells whose value is null.  
Public PropertyShowSortIndicators Gets/sets whether sort indicators are displayed for this UltraListViewColumnBase.  
Public PropertySortComparer Gets/sets the IComparer implementor that determines the order in which items appear when this UltraListViewColumnBase is sorted.  
Public PropertySorting Gets/sets whether and how items are sorted.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyText Gets/sets the string that is displayed in this UltraListViewColumnBase instance's header.  
Public PropertyTextResolved Returns the resolved value of the UltraListViewColumnBase.Text property.  
Public PropertyValueList Gets/sets the IValueList interface implementor used to map data values to text for the items/sub-items associated with this UltraListViewColumnBase.  
Public PropertyVisiblePositionInDetailsView Gets/sets the position of this column in the user interface, as relative to the leftmost visible column, when the control's UltraListView.View property is set to 'Details'.  
Public PropertyWidth Gets/sets the width of this UltraListViewColumnBase, expressed in pixels.  
Top

Protected Properties

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 UltraListViewColumnBase.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 MethodReset Resets all properties of this UltraListViewColumnBase instance to their default values.  
Public MethodResetAllowMoving Resets the value of the UltraListViewColumnBase.AllowMoving property to its default.  
Public MethodResetAllowSizing Resets the value of the UltraListViewColumnBase.AllowSizing property to its default.  
Public MethodResetAllowSorting Resets the value of the UltraListViewColumnBase.AllowSorting property to its default.  
Public MethodResetAutoSizeMode Resets the value of the UltraListViewDetailsSettings.ColumnAutoSizeMode property to its default.  
Public MethodResetDataType Resets the value of the UltraListViewColumnBase.DataType property to its default.  
Public MethodResetEditor Resets the value of the UltraListViewColumnBase.Editor property to its default.  
Public MethodResetEditorControl Resets the value of the UltraListViewColumnBase.EditorControl property to its default.  
Public MethodResetFormat Resets the value of the UltraListViewColumnBase.Format property to its default.  
Public MethodResetFormatProvider Resets the value of the UltraListViewColumnBase.FormatProvider property to its default.  
Public MethodResetHeaderAppearance Resets the properties of the UltraListViewColumnBase.HeaderAppearance to their default values.  
Public MethodResetKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodResetNullText Resets the value of the NullText property to its default.  
Public MethodResetShowSortIndicators Resets the value of the UltraListViewColumnBase.ShowSortIndicators property to its default.  
Public MethodResetSortComparer Resets the value of the UltraListViewColumnBase.SortComparer property to its default.  
Public MethodResetSorting Resets the value of the UltraListViewColumnBase.Sorting property to its default.  
Public MethodResetText Resets the value of the UltraListViewColumnBase.Text property to its default.  
Public MethodResetValueList Resets the value of the UltraListViewColumnBase.ValueList property to its default.  
Public MethodResetVisiblePositionInDetailsView Resets the value of the UltraListViewColumnBase.VisiblePositionInDetailsView property to its default.  
Public MethodResetWidth Resets the value of the UltraListViewColumnBase.Width property to its default.  
Public MethodShouldSerialize Returns 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 MethodToStringOverridden.  Returns a string that represents this object.  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Top

Protected Methods

 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodGetObjectData Handles serialization for this UltraListViewColumnBase instance.  
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnAddedToCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodOnDeserialization Called 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 MethodShouldSerializeAllowMoving Returns whether the value of the UltraListViewColumnBase.AllowMoving property has been changed from its default.  
Protected MethodShouldSerializeAllowSizing Returns whether the value of the UltraListViewColumnBase.AllowSizing property has been changed from its default.  
Protected MethodShouldSerializeAllowSorting Returns whether the value of the UltraListViewColumnBase.AllowSorting property has been changed from its default.  
Protected MethodShouldSerializeAutoSizeMode Returns whether the value of the UltraListViewColumnBase.AutoSizeMode property has been changed from its default.  
Protected MethodShouldSerializeDataType Returns whether the value of the UltraListViewColumnBase.DataType property has been changed from its default.  
Protected MethodShouldSerializeEditor Returns whether the value of the UltraListViewColumnBase.Editor property has been changed from its default.  
Protected MethodShouldSerializeEditorControl Returns whether the value of the UltraListViewColumnBase.EditorControl property has been changed from its default.  
Protected MethodShouldSerializeFormat Returns whether the value of the UltraListViewColumnBase.Format property has been changed from its default.  
Protected MethodShouldSerializeFormatProvider Returns whether the value of the UltraListViewColumnBase.FormatProvider property has been changed from its default.  
Protected MethodShouldSerializeHeaderAppearance Returns whether the UltraListViewColumnBase.HeaderAppearance requires serialization.  
Protected MethodShouldSerializeNullText Returns whether the value of the NullText property has been changed from its default.  
Protected MethodShouldSerializeShowSortIndicators Returns whether the value of the UltraListViewColumnBase.ShowSortIndicators property has been changed from its default.  
Protected MethodShouldSerializeSortComparer Returns whether the value of the UltraListViewColumnBase.SortComparer property has been changed from its default.  
Protected MethodShouldSerializeSorting Returns whether the value of the UltraListViewColumnBase.Sorting property has been changed from its default.  
Protected MethodShouldSerializeText Returns whether the value of the UltraListViewColumnBase.Text property has been changed from its default.  
Protected MethodShouldSerializeValueList Returns whether the value of the UltraListViewColumnBase.ValueList property has been changed from its default.  
Protected MethodShouldSerializeVisiblePositionInDetailsView Returns whether the value of the UltraListViewColumnBase.VisiblePositionInDetailsView property has been changed from its default.  
Protected MethodShouldSerializeWidth Returns whether the value of the UltraListViewColumnBase.Width property has been changed from its default.  
Top

Public Events

See Also