Version

UltraTreeNodeCell Class Members

The following tables list the members exposed by UltraTreeNodeCell.

Public Constructors
 NameDescription
Public ConstructorUltraTreeNodeCell ConstructorOverloaded.   
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyAccessibilityObjectReturns the accesible object representing the data area of the grid.  
Public PropertyAllowEditGets/sets whether this UltraTreeNodeCell can be edited by the end user.  
Public PropertyAppearanceGets/sets the appearance that is applied to the cells in this column set that do not have a more specific appearance set.  
Public PropertyColumnReturns the UltraTreeNodeColumn to which this UltraTreeNodeCell belongs.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEditorGets/sets the Infragistics.Win.EmbeddableEditorBase-derived editor which renders the data for this cell.  
Public PropertyEditorComponentGets/sets the Infragistics.Win.IProvidesEmbeddableEditor implementor which provides the Infragistics.Win.EmbeddableEditorBase-derived editor that renders the data for this cell.  
Public PropertyEditorResolvedReturns the resolved Infragistics.Win.EmbeddableEditorBase-derived editor that renders the data for this UltraTreeNodeCell  
Public PropertyHasAppearanceReturns whether an appearance object has been created for the Appearance.  
Public PropertyIsActiveReturns whether this UltraTreeNodeCell is the ActiveCell.  
Public PropertyIsInEditModeReturns whether this UltraTreeNodeCell is currently in edit mode.  
Public PropertyKeyOverridden. The Key of the node.  
Public PropertyNodeReturns the UltraTreeNode to which this UltraTreeNodeCell belongs.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTextReturns the string representation of this UltraTreeNodeCell's Value.  
Public PropertyUIElementReturns the UltraTreeNodeCellUIElement that represents this UltraTreeNodeCell in the user interface.  
Public PropertyValueGets/sets the value for this UltraTreeNodeCell.  
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 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.  
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also