Assembly: ExtCtrls;
The IDataGridRow interface contains properties and methods of the row of the DataGrid component.
| Property name | Brief description | |
![]() |
AbsoluteIndex | The AbsoluteIndex property returns the absolute index of a table row. |
![]() |
ColumnValue | The ColumnValue property determines the row value in the column, which index is passed as an input parameter. |
![]() |
DataGrid | The DataGrid property returns the parent object of this row. |
![]() |
Filtered | The Filtered property returns whether the current row is displayed after applying the filtering for the DataGrid component. |
![]() |
Focused | The Focused property determines whether the current row is focused. |
![]() |
Height | The Height property determines the table row height. |
![]() |
Index | The Index property returns the index of a row in the DataGrid component. |
![]() |
NextRow | The NextRow property returns the next row in the table. |
![]() |
PreviousRow | The PreviousRow property returns the previous row in the table. |
![]() |
Selected | The Selected property determines whether the row is selected. |
![]() |
StyleIndex | The StyleIndex property determines the style index for the current row from the collection of set styles of the DataGrid component. |
| Method name | Brief description | |
![]() |
AdjustHeight | The AdjustHeight method adjusts row height in a way that the contents entirely fit the cells. |
![]() |
BeginEdit | The BeginEdit method switches the row to the edit mode. |
![]() |
CancelEdit | The CancelEdit method switches the row from the edit mode without saving the changes. |
![]() |
Delete | The Delete method deletes the row, for which the method was called. |
![]() |
EndEdit | The EndEdit method switches the row from the edit mode with saving the changes. |
![]() |
IsEdit | The IsEdit method returns True if this row is in the edit mode. |
![]() |
IsNew | The IsNew method returns True if the row is new. |
See also: