For a list of all members of this type, see UltraGridGroupByRow members.
Name | Description | |
---|---|---|
Activate | Activates row. Returns true if the operation was cancelled. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
CancelUpdate | Cancels the update of the row or cell when data has been changed (similar to pressing ESC). (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
CollapseAll | Collapses every row in the band and discards all of the expand/collapse information for the child rows. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
DeallocateCells | Releases 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) | |
Delete | Overloaded. Deletes the row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
Dispose | (Inherited from Infragistics.Shared.DisposableObject) | |
ExpandAll | Expands 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) | |
ExpandAncestors | Ensures that all ancestor rows are expanded. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
GetCellActivationResolved | Returns the resolved activation of the cell associated with this row and the column. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
GetCellSizeResolved | Returns the resolved size of the cell for the specified column in this row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
GetCellText | Returns the text for a cell. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
GetCellValue | Overloaded. Overridden. Returns the filter operand value. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridSpecialRowBase) | |
GetChild | Overloaded. Returns a reference to the first or last child row of a row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
GetDescriptionSize | Calculates the size of the scription. If calcWidth is false then it does not calculate the width, only the height. This is for efficiency reasons. | |
GetEditorResolved | Gets the resolved editor for the cell associated with this row and the specified column. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
GetExportValue | Gets the Value of the cell that should be used for exporting. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
GetSibling | Overloaded. Returns a sibling row (if any exist) (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
GetUIElement | Overloaded. Overridden. Returns the UIElement object that is associated with an object. | |
GetValueListResolved | Gets the resolved value list for the cell associated with this row and the specified column. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
HasCell | Overloaded. Indicates if cell associated with the specified column has been created. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
HasChild | Overloaded. Returns a Boolean expression indicating whether a row has a child row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
HasNextSibling | Overloaded. Returns a Boolean expression indicating whether a row has a sibling row below it. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
HasParent | Overloaded. Returns true if the row has a parent row. If the ParentRow is null then returns false. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
HasPrevSibling | Overloaded. Returns a Boolean expression indicating whether a row has a sibling row above it. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
MeetsCriteria | Overloaded. Returns true if the row meets the criteria specified by the passed in filter condition. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
NotifyPropChange | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
PerformAutoSize | Resizes the row based on its contents. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
Refresh | Overloaded. Refresh the display and/or refetch the data with or without events. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
RefreshFilters | Re-evaluates the filter conditions on this row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
RefreshSortPosition | Overridden. If the row is not at correct sort position, this method will reposition the row in the rows collection based on the current sort criteria. | |
ResetAllowFixing | Resets AllowFixing property to its default value of Default. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
ResetHeight | Resets the Height to it's default value so that it uses the default calcuated group by row height. | |
ResetRowConnectorAppearance | Resets the RowConnectorAppearance property to its default value. | |
ResetToolTipText | Resets the property to its default value of false. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
ResolveAppearance | Overloaded. Overridden. Overridden. Resolves the appearance for this GroupByRow. | |
ResolveCellAppearance | Overloaded. Resolves all of a cell's appearance properties (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
ResolveMergedCellAppearance | Resolves appearance for the merged cell associated with this cell. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
ResolveRowSelectorAppearance | Overloaded. Resolves all of the appearance properties for the row selector (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
ShouldSerializeTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
ShowEditTemplate | Shows the RowEditTemplate associated with the row, if any. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
Update | Overridden. Overridden. Update does not do anything in this context because this is a GroupByRow with no associated list object in the binding list. | |
VerifyNotDisposed | (Inherited from Infragistics.Shared.DisposableObject) |
Name | Description | |
---|---|---|
DeserializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
InitializeTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
OnDispose | Overridden. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
OnObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) | |
OnSubObjectPropChanged | Overridden. Called when another sub object that we are listening to notifies us that one of its properties has changed. | |
ResetTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
SerializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) |