| Name | Description |
 | ActualHeight | Gets the height of the row in pixels. |
 | ActualStrikethrough | Gets the current value that indicates whether strikethrough is used. |
 | ActualUnderline | Gets the current value that indicates whether underline is used. |
 | ActualVisible | Gets a value that indicates whether this row is currently visible. |
 | Background | Gets or sets the background for a row. |
 | BackgroundThemeColor | Gets or sets background theme color for a row. |
 | BorderBottom | Gets or sets the bottom border for a row. |
 | BorderLeft | Gets or sets the left border for a row. |
 | BorderRight | Gets or sets the right border for a row. |
 | BorderTop | Gets or sets the top border for a row. |
 | CanUserResize | Gets or sets whether this row can be resized. |
 | DataValidator | Gets or sets the data validator for the row. |
 | Focusable | Gets or sets whether the user can set focus to the row using the keyboard or mouse. |
 | FontFamily | Gets or sets the font family for a row. |
 | FontSize | Gets or sets the font size for a row in points. |
 | FontStretch | Gets or sets the degree to which the font in the row is condensed or expanded. |
 | FontStyle | Gets or sets the font style for the row. |
 | FontTheme | Gets or sets the font theme for the row. |
 | FontWeight | Gets or sets the font weight for the row. |
 | Foreground | Gets or sets the foreground color for the row. |
 | ForegroundThemeColor | Gets or sets the foreground theme color for a row. |
 | Formatter | Gets or sets the formatter for the row. |
 | Height | Gets or sets the height, in pixels, of the cells in this row. |
 | HorizontalAlignment | Gets or sets the horizontal alignment of the row contents. |
 | Index | Gets the index of the row, or the starting index for the range of rows. |
 | Index2 | Gets the ending index for the range of rows. |
 | IsFilteredOut | Gets a value that indicates whether this row is filtered out. |
 | IsVisible | Gets or sets whether this row is visible. |
 | Label | Gets or sets the header label for this row. |
 | Locked | Gets or sets whether a row is marked as locked from editing. |
 | Parent | Gets the collection of rows that contain this row. |
 | ParentStyleName | Gets or sets the parent style for the row. |
 | ShrinkToFit | Gets or sets whether to support shrink to fit. |
 | Strikethrough | Gets or sets a value that indicates whether strikethrough takes effect. |
 | StyleName | Gets or sets the custom style for cells in this row. |
 | TabStop | Gets or sets whether the user can set focus to cells in this row using the Tab key. |
 | Tag | Gets or sets the application-defined tag value associated with the cells in this row. |
 | TextIndent | Gets or sets the amount to indent the row text, in pixels. |
 | Underline | Gets or sets a value that indicates whether the underline takes effect. |
 | VerticalAlignment | Gets or sets the vertical alignment of the row contents. |
 | WordWrap | Gets or sets whether to wrap the text. |