Version

UltraGridCell Class Methods

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

Public Methods
 NameDescription
Public MethodActivateActivates cell.  
Public MethodCancelUpdateCancels the update of the row or cell when data has been changed (similar to pressing ESC).  
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 MethodGetMergedCellsReturns the cells that are merged with this cell, excluding this cell. If this cell is not merged with any other cell then returns null.  
Public MethodGetTextReturns the text for the object using the specified mask mode  
Public MethodGetUIElementOverloaded. Overridden. Returns the UIElement object that is associated with an object.  
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodIsMergedWithReturns true if this cell is merged with the specified cell. If the specified cell is the same as this cell then returns true even if this cell is not merged with any other cell.  
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodRefreshRefreshes the row cache or the display, depending on the value of the Action parameter.  
Public MethodResolveAppearanceOverloaded. Returns an Appearance object with its properties set to the actual values that will be used to display the object.  
Public MethodSelectAllSelects all of the text in the cell. If the cell does not contain text then this method does nothing.  
Public MethodSetValueOverloaded. Sets the value of this cell, optionally storing the old value into the undo stack so the user can revert back to the old value via undo operation.  
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 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 another sub object that we are listening to notifies us that one of its properties has changed.  
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
See Also