Version

ColumnHeader Class Methods

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

Public Methods
 NameDescription
Public MethodActivateActivates header. (Inherited from Infragistics.Win.UltraWinGrid.HeaderBase)
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 MethodGetExportTextGets the export text for a header. (Inherited from Infragistics.Win.UltraWinGrid.HeaderBase)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetUIElementOverloaded. Returns the UIElement associated with the object, in the specified row and column scrolling regions. (Inherited from Infragistics.Win.UltraWinGrid.HeaderBase)
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 MethodResetOverridden. Resets all properties back to their default values.  
Public MethodResetAllowEditingResets the HeaderBase.AllowEditing property to its default value. (Inherited from Infragistics.Win.UltraWinGrid.HeaderBase)
Public MethodResetAppearanceResets Appearance to its default settings. (Inherited from Infragistics.Win.UltraWinGrid.HeaderBase)
Public MethodResetCaptionResets Caption to null. (Inherited from Infragistics.Win.UltraWinGrid.HeaderBase)
Public MethodResetCheckBoxAlignmentResets the property to its default value.  
Public MethodResetCheckBoxSynchronizationResets the property to its default value.  
Public MethodResetCheckBoxVisibilityResets the property to its default value.  
Public MethodResetEditorResets Editor to null. (Inherited from Infragistics.Win.UltraWinGrid.HeaderBase)
Public MethodResetEnabledResets Enabled to its default value (True). (Inherited from Infragistics.Win.UltraWinGrid.HeaderBase)
Public MethodResetExclusiveColScrollRegionResets to null (Inherited from Infragistics.Win.UltraWinGrid.HeaderBase)
Public MethodResetFixedResets the property to its default value of false. (Inherited from Infragistics.Win.UltraWinGrid.HeaderBase)
Public MethodResetFixedHeaderIndicatorResets the property to its default value. (Inherited from Infragistics.Win.UltraWinGrid.HeaderBase)
Public MethodResetFixOnRightResets the HeaderBase.FixOnRight property to its default value. (Inherited from Infragistics.Win.UltraWinGrid.HeaderBase)
Public MethodResetTextOrientationResets the HeaderBase.TextOrientation property to its default value. (Inherited from Infragistics.Win.UltraWinGrid.HeaderBase)
Public MethodResetToolTipTextResets the property to its default value of false. (Inherited from Infragistics.Win.UltraWinGrid.HeaderBase)
Public MethodResolveAppearanceOverloaded. Returns an Appearance object with its properties set to the actual values that will be used to display the object. (Inherited from Infragistics.Win.UltraWinGrid.HeaderBase)
Public MethodSelectAllSelects all of the text in the cell. If the cell does not contain text then this method does nothing. (Inherited from Infragistics.Win.UltraWinGrid.HeaderBase)
Public MethodSetVisiblePositionSets the visible position of the header.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodToStringReturns an empty string so that property window display nothing (Inherited from Infragistics.Win.UltraWinGrid.HeaderBase)
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeHelperCalled by the constructor used for de-serialization (Inherited from Infragistics.Win.UltraWinGrid.HeaderBase)
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodGetObjectDataSerialize the header properties (Inherited from Infragistics.Win.UltraWinGrid.HeaderBase)
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDisposeOverridden. Called when the object is disposed of.  
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChangedOverridden. Called when a property has changed on a sub object  
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeAllowEditingReturns true if the HeaderBase.AllowEditing property needs to be serialized. (Inherited from Infragistics.Win.UltraWinGrid.HeaderBase)
Protected MethodShouldSerializeAppearanceReturns true if this property is not set to its default value (Inherited from Infragistics.Win.UltraWinGrid.HeaderBase)
Protected MethodShouldSerializeCaptionReturns true if this property is not set to its default value (Inherited from Infragistics.Win.UltraWinGrid.HeaderBase)
Protected MethodShouldSerializeEditorReturns true if this property is not set to its default value (Inherited from Infragistics.Win.UltraWinGrid.HeaderBase)
Protected MethodShouldSerializeEnabledReturns true if this property is not set to its default value (Inherited from Infragistics.Win.UltraWinGrid.HeaderBase)
Protected MethodShouldSerializeExclusiveColScrollRegionReturns true if this property is not set to its default value (Inherited from Infragistics.Win.UltraWinGrid.HeaderBase)
Protected MethodShouldSerializeFixedReturns true if the property has been set to a non-default value of true. (Inherited from Infragistics.Win.UltraWinGrid.HeaderBase)
Protected MethodShouldSerializeFixedHeaderIndicatorRetruns true if the property is set to a non-default value. (Inherited from Infragistics.Win.UltraWinGrid.HeaderBase)
Protected MethodShouldSerializeFixOnRightReturns true if the HeaderBase.FixOnRight property needs to be serialized. (Inherited from Infragistics.Win.UltraWinGrid.HeaderBase)
Protected MethodShouldSerializeTextOrientationReturns true if the HeaderBase.TextOrientation property needs to be serialized. (Inherited from Infragistics.Win.UltraWinGrid.HeaderBase)
Protected MethodShouldSerializeToolTipTextReturns true if the property has been set to a non-default value of true. (Inherited from Infragistics.Win.UltraWinGrid.HeaderBase)
Protected MethodShouldSerializeVisiblePositionOverridden. Returns true if the visible position doesn't match the column index  
See Also