RevoGrid Documentation v4.21.8 / FocusAfterRenderEvent
Interface: FocusAfterRenderEvent<TModel>
Represents the mapping of dimension types to their corresponding dimension types.
Extends
Type Parameters
| Type Parameter | Default type |
|---|---|
TModel extends DataType | DataType |
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
colIndex | number | Virtual index of the column in the viewport | - | src/types/interfaces.ts:871 |
colType | DimensionCols | Represents the dimension type for columns. | AllDimensionType.colType | src/types/interfaces.ts:832 |
column? | ColumnRegular<ColumnProp, DataType<any, ColumnProp>> | - | - | src/types/interfaces.ts:863 |
model? | TModel | - | - | src/types/interfaces.ts:862 |
rowIndex | number | Virtual index of the row in the viewport | - | src/types/interfaces.ts:867 |
rowType | DimensionRows | Represents the dimension type for rows. | AllDimensionType.rowType | src/types/interfaces.ts:827 |