Version

UltraGridEmptyMessageRow Class Methods

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

Public Methods
 NameDescription
Public MethodActivateActivates row. Returns true if the operation was cancelled. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodCancelUpdateCancels the update of the row or cell when data has been changed (similar to pressing ESC). (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodCollapseAllCollapses every row in the band and discards all of the expand/collapse information for the child rows. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
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. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodDeleteOverloaded. Deletes the row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
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. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodExpandAncestorsEnsures that all ancestor rows are expanded. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodGetCellActivationResolvedReturns the resolved activation of the cell associated with this row and the column. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodGetCellSizeResolvedReturns the resolved size of the cell for the specified column in this row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodGetCellTextReturns the text for a cell. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodGetCellValueOverloaded. Overridden. Returns the filter operand value. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridSpecialRowBase)
Public MethodGetChildOverloaded. Returns a reference to the first or last child row of a row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodGetEditorResolvedGets the resolved editor for the cell associated with this row and the specified column. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodGetExportValueGets the Value of the cell that should be used for exporting. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
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) (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodGetUIElementOverloaded. Returns the UltraGridUIElement object that is associated with an object. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodGetValueListResolvedGets the resolved value list for the cell associated with this row and the specified column. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodHasCellOverloaded. Indicates if cell associated with the specified column has been created. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodHasChildOverloaded. Returns a Boolean expression indicating whether a row has a child row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodHasNextSiblingOverloaded. Returns a Boolean expression indicating whether a row has a sibling row below it. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodHasParentOverloaded. Returns true if the row has a parent row. If the ParentRow is null then returns false. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodHasPrevSiblingOverloaded. Returns a Boolean expression indicating whether a row has a sibling row above it. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
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. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodPerformAutoSizeResizes the row based on its contents. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodRefreshOverloaded. Refresh the display and/or refetch the data with or without events. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodRefreshFiltersRe-evaluates the filter conditions on this row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
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. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodResetAllowFixingResets AllowFixing property to its default value of Default. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodResetToolTipTextResets the property to its default value of false. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodResolveAppearanceOverloaded. Resolves the row object's appearance and sets the resolved values on the specified appearance data structure. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodResolveCellAppearanceOverloaded. Resolves all of a cell's appearance properties (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodResolveEmptyMessageRowAppearanceResolves the appearance of the EmptyMessageRow.  
Public MethodResolveMergedCellAppearanceResolves appearance for the merged cell associated with this cell. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodResolveRowSelectorAppearanceOverloaded. Resolves all of the appearance properties for the row selector (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodShowEditTemplateShows the RowEditTemplate associated with the row, if any. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodUpdateOverridden. Update does not do anything in this context because this is not a data row. It has no associated list object in the binding list. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridSpecialRowBase)
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. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChangedCalled when a property has changed on a sub object (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
See Also