RevoGrid Documentation v4.15.8 / OnExpandEvent
Type Alias: OnExpandEvent
ts
type OnExpandEvent: {
model: DataType;
virtualIndex: number;
};Type declaration
| Name | Type | Defined in |
|---|---|---|
model | DataType | src/plugins/groupingRow/grouping.row.types.ts:92 |
virtualIndex | number | src/plugins/groupingRow/grouping.row.types.ts:93 |