Version

UltraGridRow Class Methods

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

Public Methods
 NameDescription
Public MethodActivateActivates row. Returns true if the operation was cancelled.  
Public MethodCancelUpdateCancels the update of the row or cell when data has been changed (similar to pressing ESC).  
Public MethodCollapseAllCollapses every row in the band and discards all of the expand/collapse information for the child rows.  
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 MethodDeallocateCellsReleases allocated cell objects. Cells are allocated lazily as they are accessed. This method is for releasing cells that have been allocated so for.  
Public MethodDeleteOverloaded. Deletes the row.  
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodExpandAllExpands all rows (and bands, if applicable) in the object. Ignores the existing expanded/collapsed state of any rows or bands.  
Public MethodExpandAncestorsEnsures that all ancestor rows are expanded.  
Public MethodGetCellActivationResolvedReturns the resolved activation of the cell associated with this row and the column.  
Public MethodGetCellSizeResolvedReturns the resolved size of the cell for the specified column in this row.  
Public MethodGetCellTextReturns the text for a cell.  
Public MethodGetCellValueOverloaded. Returns the data value for a cell from the database  
Public MethodGetChildOverloaded. Returns a reference to the first or last child row of a row.  
Public MethodGetEditorResolvedGets the resolved editor for the cell associated with this row and the specified column.  
Public MethodGetExportValueGets the Value of the cell that should be used for exporting.  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetSiblingOverloaded. Returns a sibling row (if any exist)  
Public MethodGetUIElementOverloaded. Overridden. Returns the UltraGridUIElement object that is associated with an object.  
Public MethodGetValueListResolvedGets the resolved value list for the cell associated with this row and the specified column.  
Public MethodHasCellOverloaded. Indicates if cell associated with the specified column has been created.  
Public MethodHasChildOverloaded. Returns a Boolean expression indicating whether a row has a child row.  
Public MethodHasNextSiblingOverloaded. Returns a Boolean expression indicating whether a row has a sibling row below it.  
Public MethodHasParentOverloaded. Returns true if the row has a parent row. If the ParentRow is null then returns false.  
Public MethodHasPrevSiblingOverloaded. Returns a Boolean expression indicating whether a row has a sibling row above it.  
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodMeetsCriteriaOverloaded. Returns true if the row meets the criteria specified by the passed in filter condition.  
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodPerformAutoSizeResizes the row based on its contents.  
Public MethodRefreshOverloaded. Refresh the display and/or refetch the data with or without events.  
Public MethodRefreshFiltersRe-evaluates the filter conditions on this row.  
Public MethodRefreshSortPositionIf the row is not at correct sort position, this method will reposition the row in the rows collection based on the current sort criteria. Also if it's in the wrong group, it will put it under appropriate group by row.  
Public MethodResetAllowFixingResets AllowFixing property to its default value of Default.  
Public MethodResetToolTipTextResets the property to its default value of false.  
Public MethodResolveAppearanceOverloaded. Resolves the row object's appearance and sets the resolved values on the specified appearance data structure.  
Public MethodResolveCellAppearanceOverloaded. Resolves all of a cell's appearance properties  
Public MethodResolveMergedCellAppearanceResolves appearance for the merged cell associated with this cell.  
Public MethodResolveRowSelectorAppearanceOverloaded. Resolves all of the appearance properties for the row selector  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodShowEditTemplateShows the RowEditTemplate associated with the row, if any.  
Public MethodUpdateUpdates the data source with any modified information from the grid.  
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. Overridden.  
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)
See Also