| Name | Description |
![Public Property](dotnetimages/publicProperty.png) | ActualCanUserToggleDetails | Gets or sets a value indicating whether the user can toggle details, taking in consideration properties of the containing DataGrid. |
![Public Property](dotnetimages/publicProperty.png) | ActualDetailsVisibility | Gets a value indicating whether this row is showing details, taking in consideration properties of the containing DataGrid. |
![Public Property](dotnetimages/publicProperty.png) | ActualHeight | Gets the actual height in pixels. |
![Public Property](dotnetimages/publicProperty.png) | ActualHeightWithoutDetails | Gets the actual height in pixels (without the details). |
![Public Property](dotnetimages/publicProperty.png) | CanUserResize | Gets or sets a value indicating whether this row can be resized by the user. |
![Public Property](dotnetimages/publicProperty.png) | CanUserToggleDetails | Gets or sets a value indicating whether the user can toggle details. |
![Public Property](dotnetimages/publicProperty.png) | CellStyle | Gets or sets the style applied to all the cells of this row. |
![Public Property](dotnetimages/publicProperty.png) | DataGrid | Gets the data grid to which the row belongs. |
![Public Property](dotnetimages/publicProperty.png) | DataItem | Gets the data of the row. |
![Public Property](dotnetimages/publicProperty.png) | DependencyObjectType | (Inherited from System.Windows.DependencyObject) |
![Public Property](dotnetimages/publicProperty.png) | DetailsPresenter | Gets the visual element that will be arranged at the bottom of the row. |
![Public Property](dotnetimages/publicProperty.png) | DetailsVisibility | Gets or sets a value indicating whether this row is showing details. |
![Public Property](dotnetimages/publicProperty.png) | Dispatcher | (Inherited from System.Windows.Threading.DispatcherObject) |
![Public Property](dotnetimages/publicProperty.png) | 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. |
![Public Property](dotnetimages/publicProperty.png) | HeaderPresenter | Gets the visual element that represent the header of this row. |
![Public Property](dotnetimages/publicProperty.png) | Height | Gets or sets the height of this row. |
![Public Property](dotnetimages/publicProperty.png) | 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. |
![Public Property](dotnetimages/publicProperty.png) | Index | Gets the index of the row. |
![Public Property](dotnetimages/publicProperty.png) | IsEditable | Gets a value indicating whether this row is editable. |
![Public Property](dotnetimages/publicProperty.png) | IsEditing | Gets a value indicating whether this row is editing. |
![Public Property](dotnetimages/publicProperty.png) | IsMouseOver | Gets a value indicating whether the mouse is over the row. |
![Public Property](dotnetimages/publicProperty.png) | IsSealed | (Inherited from System.Windows.DependencyObject) |
![Public Property](dotnetimages/publicProperty.png) | IsSelectable | Gets or sets a value indicating whether the user is allowed to set the current cell from this row. |
![Public Property](dotnetimages/publicProperty.png) | IsSelected | Gets a value indicating whether this row is selected. |
![Public Property](dotnetimages/publicProperty.png) | Level | Gets the grouping level of this row. This info will be used to indent the row if the grid data is grouped. |
![Public Property](dotnetimages/publicProperty.png) | MaxHeight | Gets or sets the maximum height (in pixels) allowed. |
![Public Property](dotnetimages/publicProperty.png) | MinHeight | Gets or sets the minimum height (in pixels) allowed. |
![Public Property](dotnetimages/publicProperty.png) | ParentCollection | Gets the collection of rows to which this row belongs. |
![Public Property](dotnetimages/publicProperty.png) | ParentGroup | Gets the parent group. |
![Public Property](dotnetimages/publicProperty.png) | Presenter | Gets the visual element that represent this row. |
![Public Property](dotnetimages/publicProperty.png) | RowHeaderStyle | Gets or sets the style applied to the row header presenter of this row. |
![Public Property](dotnetimages/publicProperty.png) | RowStyle | Gets or sets the style of the row. |
![Public Property](dotnetimages/publicProperty.png) | ShowVerticalFreezingSeparator | Gets a value indicating whether to show vertical freezing separator. |
![Public Property](dotnetimages/publicProperty.png) | Type | Gets the type of row. |
![Public Property](dotnetimages/publicProperty.png) | VerticalOffset | Gets the vertical offset in pixels. |
![Public Property](dotnetimages/publicProperty.png) | Visibility | Gets or sets the visibility of the row. |