| Name | Description |
 | AccessibleDefaultActionDescription | Gets or sets the default action description of the element for use by accessibility client applications. (Inherited from Xceed.Grid.Row) |
 | AccessibleDescription | Gets or sets the description of the element used by accessibility client applications. (Inherited from Xceed.Grid.Row) |
 | AccessibleName | Gets or sets the name of the element used by accessibility client applications. (Inherited from Xceed.Grid.Row) |
 | Alignment | Gets the alignment of the element's content. (Inherited from Xceed.Grid.GridElement) |
 | AllowCellNavigation | Gets or sets a boolean value indicating if it is possible to navigate from cell to cell in the row. (Inherited from Xceed.Grid.CellRow) |
 | AllowColumnReorder | Gets or sets a boolean value indicating if the columns can be reordered. |
 | AllowColumnResize | Gets or sets a boolean value indicating if the columns can be resized using the ColumnManagerRow. |
 | AllowDrop | Gets or sets a boolean value indicating whether the grid element can accept data that the user drags onto it. (Inherited from Xceed.Grid.VisualGridElement) |
 | AllowSort | Gets or sets a boolean value indicating if the columns can sorted. |
 | AmbientParent | Gets the ambient parent of the row. (Inherited from Xceed.Grid.Row) |
 | AutoHeightMode | Gets or sets a value indicating what the default height of the row will be in the case where the Row.Height property is not explicitly set. (Inherited from Xceed.Grid.Row) |
 | BackColor | Gets or sets the background color of the grid element. (Inherited from Xceed.Grid.GridElement) |
 | BackgroundImage | Gets or sets the background image of the grid element. (Inherited from Xceed.Grid.VisualGridElement) |
 | BackgroundImageAlignment | Gets or sets the alignment of the grid element's background image. (Inherited from Xceed.Grid.VisualGridElement) |
 | BackgroundImageStyle | Gets or sets the style of the grid element's background image. (Inherited from Xceed.Grid.VisualGridElement) |
 | Borders | Overridden. Gets the borders of the ColumnManagerRow. |
 | Bounds | Gets a System.Drawing.Rectangle structure that represents the grid element's bounds. The X and Y coordinates are relative to the grid's client rectangle and can be negative if the grid is scrolled. (Inherited from Xceed.Grid.VisualGridElement) |
 | CanBeCurrent | Gets or sets a boolean value indicating if the row can be the current row. (Inherited from Xceed.Grid.Row) |
 | CanBeSelected | Gets or sets a boolean value indicating if the row can be selected. (Inherited from Xceed.Grid.Row) |
 | Capture | Gets or sets a boolean value indicating if the grid element will receive all mouse events. (Inherited from Xceed.Grid.VisualGridElement) |
 | CellEditorDisplayConditions | Gets or sets a value representing under what conditions cell editors are displayed. (Inherited from Xceed.Grid.CellRow) |
 | Cells | Gets a list of all the cells contained within the row. (Inherited from Xceed.Grid.CellRow) |
 | ClientRectangle | Gets the client rectangle of the grid element. The rectangle represents the
visible portion of the grid element and is in client coordinates. The X and Y
coordinates are always 0,0. (Inherited from Xceed.Grid.VisualGridElement) |
 | ClipPartialLine | Gets or sets a boolean value indicating if partial lines should be clipped. (Inherited from Xceed.Grid.GridElement) |
 | DisplayRectangle | Gets the display rectangle of the grid element. The rectangle is in
client coordinates and the X and Y coordinates can be negative
if the grid is scrolled. (Inherited from Xceed.Grid.VisualGridElement) |
 | ErrorDescription | Gets or sets the description of the error that will be displayed in the tooltip
when the mouse passes over the row or the row's row selector. (Inherited from Xceed.Grid.CellRow) |
 | FitHeightToEditors | Gets or sets a boolean value indicating if the height of the row should be adjusted to fit the editors of the row's cells. (Inherited from Xceed.Grid.CellRow) |
 | Font | Gets or sets the font of the grid element. (Inherited from Xceed.Grid.GridElement) |
 | ForeColor | Gets or sets the foreground color of the grid element. (Inherited from Xceed.Grid.GridElement) |
 | GradientMap | Gets or sets the GradientMap of the visual grid element. (Inherited from Xceed.Grid.VisualGridElement) |
 | GridControl | Gets the GridElement.GridControl in which all the grid elements are contained. (Inherited from Xceed.Grid.GridElement) |
 | Height | Gets or sets the height of the row in pixels. (Inherited from Xceed.Grid.Row) |
 | HorizontalAlignment | Gets or sets the horizontal alignment of the grid element's content. (Inherited from Xceed.Grid.GridElement) |
 | HotTracking | Gets or sets a boolean value indicating if hot tracking is enabled for the grid element. |
 | HotVisualStyle | Gets or sets the style of a VisualGridElement that is in a hot state. (Inherited from Xceed.Grid.VisualGridElement) |
 | Indented | Gets or sets a boolean value indicating if the row is indented. (Inherited from Xceed.Grid.Row) |
 | IsAllowCellNavigationAmbient | Gets a boolean value indicating if the AllowCellNavigation property gets its value from its parent grid. (Inherited from Xceed.Grid.CellRow) |
 | IsBackColorAmbient | Overridden. Gets a boolean value indicating if the GridElement.BackColor property gets its value from its parent. |
 | IsBeingEdited | Gets a boolean value indicating if the row is being edited. (Inherited from Xceed.Grid.CellRow) |
 | IsCellEditorDisplayConditionsAmbient | Gets a boolean value indicating if the CellEditorDisplayConditions property gets its value from its parent. (Inherited from Xceed.Grid.CellRow) |
 | IsClipPartialLineAmbient | Gets a boolean value indicating if the GridElement.ClipPartialLine property gets its value from its parent. (Inherited from Xceed.Grid.GridElement) |
 | IsCurrent | Gets a boolean value indicating if the row is the current row. (Inherited from Xceed.Grid.Row) |
 | IsFontAmbient | Gets a boolean value indicating if the GridElement.Font property gets its value from its parent. (Inherited from Xceed.Grid.GridElement) |
 | IsForeColorAmbient | Gets a boolean value indicating if the GridElement.ForeColor property gets its value from its parent. (Inherited from Xceed.Grid.GridElement) |
 | IsHorizontalAlignmentAmbient | Gets a boolean value indicating if the GridElement.HorizontalAlignment property gets its value from its parent. (Inherited from Xceed.Grid.GridElement) |
 | IsHotTrackingAmbient | Gets a boolean value indicating if the HotTracking property gets its value from its parent. |
 | IsOverrideUIStyleAmbient | Gets a boolean value indicating if the GridElement.OverrideUIStyle property gets its value from its parent. (Inherited from Xceed.Grid.GridElement) |
 | IsOverrideUIStyleDefined | Gets a boolean value indicating whether the GridControl.OverrideUIStyle property has been explicitly set. (Inherited from Xceed.Grid.GridElement) |
 | IsReadOnlyAmbient | Gets a boolean value indicating if the GridElement.ReadOnly property gets its value from its parent. (Inherited from Xceed.Grid.GridElement) |
 | IsReportStyleDefined | Gets a boolean value indicating if one or more properties of the GridElement.ReportStyle have been explicitly set. (Inherited from Xceed.Grid.GridElement) |
 | IsSelected | Gets or sets a boolean value indicating if the row is selected. (Inherited from Xceed.Grid.Row) |
 | IsTrimmingAmbient | Gets a boolean value indicating if the GridElement.Trimming property gets its value from its parent. (Inherited from Xceed.Grid.GridElement) |
 | IsVerticalAlignmentAmbient | Gets a boolean value indicating if the GridElement.VerticalAlignment property gets its value from its parent. (Inherited from Xceed.Grid.GridElement) |
 | IsWordWrapAmbient | Gets a boolean value indicating if the GridElement.WordWrap property gets its value from its parent. (Inherited from Xceed.Grid.GridElement) |
 | Location | Gets a value representing the location of the row within its Row.ParentGroup. (Inherited from Xceed.Grid.Row) |
 | MaxHeight | Gets or sets the maximum height of the row in pixels. (Inherited from Xceed.Grid.Row) |
 | MinHeight | Gets or sets the minimum height of the row in pixels. (Inherited from Xceed.Grid.Row) |
 | OverrideUIStyle | Gets or sets a boolean value indicating whether any theming based on the UIStyle property of the GridControl will be overridden. (Inherited from Xceed.Grid.GridElement) |
 | ParentGrid | Gets a reference to the parent grid of the row. (Inherited from Xceed.Grid.Row) |
 | ParentGroup | Gets a reference to the parent group of the row. (Inherited from Xceed.Grid.Row) |
 | ReadOnly | Gets or sets a boolean value indicating if the content of cell(s) can be edited. (Inherited from Xceed.Grid.GridElement) |
 | ReportStyle | (Inherited from Xceed.Grid.Row) |
 | RowSelector | Gets a reference to the row's Row.RowSelector. (Inherited from Xceed.Grid.Row) |
 | ShowFixedColumnSplitter | Gets or sets a value indicating when the GridControl.FixedColumnSplitter or DetailGrid.FixedColumnSplitter is displayed. (Inherited from Xceed.Grid.CellRow) |
 | ShowTreeLine | Gets or sets a value indicating whether or not this Row's horizontal treeline is displayed. (Inherited from Xceed.Grid.Row) |
 | Tag | Gets or sets the object that contains data about the grid element. (Inherited from Xceed.Grid.GridElement) |
 | Trimming | Gets or sets a value indicating how text displayed in the cell will be trimmed when it exceeds the edges of the layout rectangle. (Inherited from Xceed.Grid.GridElement) |
 | VerticalAlignment | Gets or sets the vertical alignment of the grid element's content. (Inherited from Xceed.Grid.GridElement) |
 | Visible | Gets or sets a boolean value indicating if the GridElement is visible. (Inherited from Xceed.Grid.GridElement) |
 | VisibleWhenCollapsed | Gets a boolean value indicating if the row is visible when its parent group is collapsed. (Inherited from Xceed.Grid.Row) |
 | WordWrap | Gets or sets a boolean value indicating if the text of the grid element should be wrapped. (Inherited from Xceed.Grid.GridElement) |