Version

UltraTreeNodeCell Class Methods

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

Public Methods
 NameDescription
Public MethodActivateMakes this UltraTreeNodeCell the ActiveCell.  
Public MethodBeginEditActivates this UltraTreeNodeCell and begins an edit mode session on it. If edit mode was successfully entered, true is returned; false is returned otherwise.  
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 MethodEndEditEnds the current edit mode session for this UltraTreeNodeCell. If edit mode was successfully exited, true is returned; false is returned otherwise.  
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 MethodResetResets all properties of this UltraTreeNodeCell instance to their default values.  
Public MethodResetAllowEditResets the value of the AllowEdit property to its default.  
Public MethodResetAppearanceResets the properties of the Appearance to their default values.  
Public MethodResetEditorResets the value of the UltraTreeNodeColumn.Editor property to its default.  
Public MethodResetEditorComponentResets the value of the EditorComponent property to its default.  
Public MethodResetEditorControlResets the value of the UltraTreeNodeColumn.EditorControl property to its default.  
Public MethodResetKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodResetValueResets the Value property to its default.  
Public MethodShouldSerializeReturns whether the value of any property of this UltraTreeNodeCell instance has been changed from its default.  
Public MethodShouldSerializeKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodGetObjectDataInvoked during the serialization of the object.  
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 UltraTreeNodeCell instance has been de-serialized.  
Protected MethodOnDispose (Inherited from Infragistics.Shared.SubObjectBase)
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 UltraTreeNodeCell 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 MethodShouldSerializeAllowEditReturns whether the value of the AllowEdit property has been changed from its default.  
Protected MethodShouldSerializeAppearanceReturns whether the Appearance requires serialization.  
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 MethodShouldSerializeValueReturns whether the Value property requires serialization.  
See Also