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