| Name | Description |
 | AutoExpandItemCollection | Gets a value that indicates whether item collection is automatically expanded. |
 | AutoFitContent | Gets or sets a value that indicates whether the row height automatically adjusted to fit the content. |
 | Collapsed | Gets or sets a value that indicates whether the row is collapsed or not. |
 | ContentHeight | Gets or sets content height. |
 | DataBoundRow | Gets or sets a DataRow object. Used in DBGrid. |
 | DataType | Gets or sets row data type. |
 | EnablePreviewPane | Gets or sets a value that indicates whether a row displays Preview Pane. |
 | EnableRedrawCellContentOnStateChange | Gets or sets a value that enables redraw content of cells in a row when their state is changed. |
 | Filtered | Gets or sets a value that indicates whether a row is filtered out or not. |
 | Height | Gets or sets row height. |
 | IndexOnRemove | Used internally. Specifies recent index of a row in GridData.RowCollection when the row has been removed from collection. |
 | IsNewRow | Gets or sets a value that indicates whether a row is a "new row". |
 | IsParentCollapsed | Gets a value that indicated whether parent row is collapsed or expanded. Usable in Group Mode only. |
 | ItemCollection | Gets a collection of GridDataItem objects. |
 | Level | Gets or sets row level in group mode. Used internally. |
 | NumberOfPreviewRows | Gets or sets the number of rows displayed in Preview Pane. |
 | Offset | Internal. |
 | ParentData | Back reference to GridData. |
 | ParentNode | Gets or sets parent node (parent group row) in Group Mode. |
 | PendingContentHeight | Internal. |
 | PreviewData | Gets or sets the data to be displayed in the Preview Pane. |
 | PreviewHeight | Gets Preview Pane height. |
 | PreviewVisualStyle | Gets or sets Visual Style of Preview Pane. |
 | PropertyWasChanged | Indicates that some property of row was changed. |
 | ReadOnly | Gets or sets a value that indicates whether a row is read only. |
 | Selected | Gets or sets a value that indicates whether a row is selected. |
 | SelectedItemCount | Gets the number of GridDataItem objects with Selected property set to true. |
 | SortIndexes | Gets or sets a collection of data indexes to sort by. |
 | UserDefinedData | Gets or sets some user-defined data. |
 | Visible | Gets or sets a value indicating whether a row is visible or not. |
 | VisibleIndex | Internal. |
 | VisualStyle | Gets or sets row visual style. |