| Name | Description |
| AccessibilityObject | Returns the accesible object representing the data area of the grid. |
| Activated | Overridden. Indicates whether this is the active row. |
| Activation | Returns or sets a value that determines how an object will behave when it is activated. |
| AllAncestorsExpanded | Returns True if this row's parent row and all its ancestors are expanded. This property is read-only. |
| AllowFixing | Specifies whether the user is allowed to fix the row. This property disables the user interface for this row. Default value is Default. |
| Appearance | Returns or sets the Appearance object that controls the object's formatting. |
| AutoPreviewEnabled | Returns a value that determines whether the AutoPreview area will be displayed. |
| AutoPreviewHeight | Returns the height, in pixels, of the AutoPreview area for the row |
| AutoPreviewHidden | Determines if the Description will be displayed in the AutoPreview area for this row. This property is not available at design-time. |
| Band | Overridden. Returns the UltraGridBand that the object belongs to, if any. This property is read-only at run-time. This property is not available at design-time. |
| BorderStyleCellResolved | Gets the resolved border style of the cells in this row. |
| CardCaption | Returns or sets the text that will be displayed as the card's caption. |
| CellAppearance | Determines the formatting attributes that will be applied to the cells in a row. |
| Cells | Returns a reference to a collection of UltraGridCell objects. This property is read-only at run-time. This property is not available at design-time. |
| ChildBands | The read-only collection of UltraGridChildBand objects that contain the child rows for this row. |
| DataChanged | Returns a value that determines whether the data in a cell or row has been changed, but not committed to the data source. This property is read-only at run-time. This property is not available at design-time. |
| DataErrorInfo | Allows getting or setting of IDataErrorInfo data for this UltraGridRow. |
| DataErrorInfoResolved | Returns a UltraGridRow.ResolvedUltraGridRowDataErrorInfo object which returns the resolved error information for the row, including teh DataErrorInfo and any IDataErrorInfo information provided by the ListObject. |
| Description | Returns or sets the text that will be displayed as a description. |
| Disposed | (Inherited from Infragistics.Shared.DisposableObject) |
| Expanded | Returns or sets whether the row is expanded. This property is not available at design-time. |
| ExpansionIndicator | Returns or sets a value that determines whether row expansion (plus/minus) indicators are displayed. |
| Fixed | Gets or sets the fixed state of the row. Setting this property to false unfixes the row if it's fixed and setting it to true fixes the row if it's unfixed. The row is fixed on top or bottom depending on the UltraGridOverride.FixedRowStyle setting. |
| FixedHeight | Returns or sets a value that determines whether a row can be sized by the user. This property is not available at design-time. |
| FixedResolved | Gets the actual fixed state of the row. This value can differ from the Fixed property's value in situations where the row is not actually fixed. |
| HasAppearance | Returns true if the appearance object has been allocated for the Appearance property. |
| HasCellAppearance | Returns true if the appearance object has been allocated for the CellAppearance property. |
| HasExpansionIndicator | Returns true if the row should display an expansion indicator |
| HasPreviewAppearance | Returns true if the appearance object has been allocated for the PreviewAppearance property. |
| HasRowSelectorAppearance | Returns true if the appearance object has been allocated for the RowSelectorAppearance property. |
| Height | Returns or sets the height of the row (excluding spacing). |
| Hidden | Determines whether the object will be displayed. This property is not available at design-time. |
| HiddenResolved | Returns true if the hidden property for this row is set to true or any of this row's ancestor rows have their hidden property set to true. |
| Index | The index of this row in its parent collection |
| InInitializeRowEvent | This property returns True if the UltraGrid.InitializeRow event is in process for the current row. It will return False outside of InitializeRow. |
| IsActiveRow | Returns True if the current row is the active row. |
| IsAddRow | Indicates whether this row is an add-row. |
| IsAlternate | Returns whether the current row is an alternate row. Alternate rows can have their own appearance settings. |
| IsCard | Returns whether this row is being displayed in Card View mode. This property is read-only. |
| IsCardCompressed | Indicates whether the card is compressed or expanded. |
| IsDataRow | Returns true if the row is associated with a row in the data source. This property returns false for group-by rows, filter rows, template add-rows, summary rows etc... |
| IsDeleted | Returns True if the row has been deleted but the UltraGridRow object has not yet been destroyed. |
| IsEmptyMessageRow | Indicates whether the row is an EmptyMessageRow. |
| IsEmptyRow | Returns true if this row is an instance of UltraGridEmptyRow. |
| IsExpandable | Returns true if the band's Expandable property is true and the band has child bands that aren't hidden. |
| IsExpanded | Returns true if the row is expanded in the display. |
| IsFilteredOut | Indicates whether the row is filtered out or not. A filtered out row is a row that does not pass the filter criteria. Filter criteria can be sepcified by UltraGridBand.ColumnFilters or RowsCollection.ColumnFilters property depending on the UltraGridOverride.RowFilterMode setting. |
| IsFilterRow | Indicates whether the row is a filter row. |
| IsGroupByRow | Indicates whether this is a group-by row. |
| IsPlaceHolderRow | Indicates whether the row is a placeholder row. |
| IsStillValid | True only if this row and all of its ancestor rows are still valid (read-only). |
| IsSummaryRow | Indicates whether the row is a summary row. |
| IsTabStop | Property: Returns true only if tab stop (Inherited from Infragistics.Win.UltraWinGrid.GridItemBase) |
| IsTemplateAddRow | Indicates whether this row is a template add-row. |
| IsUnmodifiedTemplateAddRow | Indicates whether this row is an add-row that was added via template-add row and hasn't been modified by the user yet. If this property returns true then it won't show any child template add-row. |
| ListIndex | Returns the index corresponding to this row from the IList that the control is bound to. Return value of -1 indicates that a row has been deleted or doesn't exist anymore. |
| ListObject | Returns the object corresponding to this row from the IList that the control is bound to. Returns Null if this is an UltraGridGroupByRow. |
| ParentCollection | Returns the rows collection this row belongs to |
| ParentRow | Returns this row's parent row which could be an UltraGridRow instance or an UltraGridGroupByRow instance. |
| PreviewAppearance | Returns or sets the Appearance object that controls the formatting of row's AutoPreview area. |
| RowEditTemplate | Gets or sets the template used for editing the row. |
| RowEditTemplateResolved | Returns the row's RowEditTemplate, if set; otherwise, returns the template associated with the band. |
| RowSelectorAppearance | Determines how the row selectors will look. |
| RowSelectorNumber | Returns the number that's going to be displayed in the row selector. Retruns -1 if row selector number style is set to None. |
| RowSpacingAfter | Returns or sets the amount of spacing (in pixels) rendered before a row. |
| RowSpacingAfterResolved | Returns the actual value used for RowSpacingAfter for this row. |
| RowSpacingBefore | Returns or sets the amount of spacing (in pixels) rendered before a row. |
| RowSpacingBeforeResolved | Returns the actual value used for RowSpacingBefore for this row. |
| Selected | Overridden. Property: gets/sets whether the row is selected. |
| ShowAsExpanded | Returns true if the Row's expansion indicator indicates that the row is expanded (appears as a minus sign.) This property is read-only. |
| StartsNewPrintedPage | Specifies if the row should be the start of a new printed page when printing the grid.
If the band containing the row is displayed using card view then this property has no affect on the printing of the cards. |
| Tag | (Inherited from Infragistics.Shared.SubObjectBase) |
| ToolTipText | Specifies the tooltip to display when the user hovers the mouse over the header. |
| VisibleIndex | Returns the index of this row in its parent collection, relative to all other visible rows. Hidden rows are not counted. |