public class RowPublic Class Row| Row | Constructor. |
| Row(Int32, Int32) | Constructor. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| DefaultNormalRowStyle | Defines the default row style index for Normal row from RowStyles collection. |
| DefaultSelectedRowStyle | Defines the default row style index for Selected row from RowStyles collection. |
| IsSelectable | Specifies whether the row is selectable. |
| Items | Items stored in a Dictionary. To get a RowItem call e.g.: Items["First Name"]. |
| NormalRowStyle | Specifies the the style's index for the normal row. |
| SelectedRowStyle | Specifies the the style's index for the selected row. |
| Tag | User-defined data associated with the object. |