[]
        
Represents a grid row.
public class Row : RowCol<p>
    <xref href="C1.WPF.FlexGrid.Row" data-throw-if-not-resolved="false"></xref> objects do not have any visual representation.</p>
<p>Rows and columns provide properties that determine the appearance and 
content of cell objects which are the only objects in the C1FlexGrid that do have a visual representation.
| Name | Description | 
|---|---|
| Row() | 
| Name | Description | 
|---|---|
| ActualHeight | Gets the rendering height of this row in pixels. | 
| Bottom | Gets the position of the bottom of this row, in pixels, relative to the grid. | 
| DataItem | Item in the ItemsSource that this row is bound to. | 
| Grid | Gets the C1FlexGrid that this row belongs to. | 
| GridPanel | Gets the GridPanel that this row belongs to. | 
| Height | Gets or sets the height of this row in pixels (set to -1 to use the default height). | 
| Index | Gets the index of this row in the grid's Rows collection. | 
| this[Column] | Gets or sets the data stored in this row at a specific column. | 
| this[int] | Gets or sets the data stored in this row at a specific column. | 
| this[string] | Gets or sets the data stored in this row at a specific column. | 
| Selected | Gets or sets a value that determines whether this row is selected. | 
| Top | Gets the position of the top of this row, in pixels, relative to the grid. | 
| Name | Description | 
|---|---|
| GetData(Column) | Gets the value stored in this row at a given column. | 
| GetDataFormatted(Column) | Gets the display (formatted) value stored in this row at a given column. | 
| GetDataRaw(Column) | Gets the raw (unformatted) value stored in this row at a given column. | 
| GetErrors(Column) | Gets a string containing all the errors associated with the data item bound to this row or with a specific property of the data item. | 
| GetUnboundValue(Column) | Gets the unbound value stored in this row at a given column. | 
| OnPropertyChanged(string) | Raises the PropertyChanged event on the parent rows collection. | 
| SetData(Column, object) | Sets the value stored in this row at a given column. | 
| SetUnboundValue(Column, object) | Assigns an unbound value to this row at a given column. |