| Name | Description |
| ActualCanUserToggleDetails | Gets or sets a value indicating whether the user can toggle details, taking in consideration properties of the containing DataGrid. |
| ActualDetailsVisibility | Gets a value indicating whether this row is showing details, taking in consideration properties of the containing DataGrid. |
| ActualHeight | Gets the actual height in pixels. |
| ActualHeightWithoutDetails | Gets the actual height in pixels (without the details). |
| CanUserResize | Gets or sets a value indicating whether this row can be resized by the user. |
| CanUserToggleDetails | Gets or sets a value indicating whether the user can toggle details. |
| CellStyle | Gets or sets the style applied to all the cells of this row. |
| DataGrid | Gets the data grid to which the row belongs. |
| DataItem | Gets the data of the row. |
| DetailsPresenter | Gets the visual element that will be arranged at the bottom of the row. |
| DetailsVisibility | Gets or sets a value indicating whether this row is showing details. |
| Dispatcher | (Inherited from System.Windows.DependencyObject) |
| Errors | Gets the collection of errors associated with this row. Add errors here if you want to display an error message in the corresponding row header. |
| HeaderPresenter | Gets the visual element that represent the header of this row. |
| Height | Gets or sets the height of this row. |
| IndentWidth | Gets the distance between the row header and the first cell of the row. This empty space is only present when there are groups in the data grid. |
| Index | Gets the index of the row. |
| IsEditable | Gets a value indicating whether this row is editable. |
| IsEditing | Gets a value indicating whether this row is editing. |
| IsMouseOver | Gets a value indicating whether the mouse is over the row. |
| IsSelectable | Gets or sets a value indicating whether the user is allowed to set the current cell from this row. |
| IsSelected | Gets a value indicating whether this row is selected. |
| Level | Gets the grouping level of this row. This info will be used to indent the row if the grid data is grouped. |
| MaxHeight | Gets or sets the maximum height (in pixels) allowed. |
| MinHeight | Gets or sets the minimum height (in pixels) allowed. |
| ParentCollection | Gets the collection of rows to which this row belongs. |
| ParentGroup | Gets the parent group. |
| Presenter | Gets the visual element that represent this row. |
| RowHeaderStyle | Gets or sets the style applied to the row header presenter of this row. |
| RowStyle | Gets or sets the style of the row. |
| ShowVerticalFreezingSeparator | Gets a value indicating whether to show vertical freezing separator. |
| Type | Gets the type of row. |
| ValidationResults | Gets the collection of errors associated with this row. Add errors here if you want to display an error message in the corresponding row header. |
| VerticalOffset | Gets the vertical offset in pixels. |
| Visibility | Gets or sets the visibility of the row. |