Allows for summarizing the data in the table that is being displayed in the data grid, for example to show a total or aggregate value without having to execute a separate query.
The event handler receives an argument of type GridDataBindEventArgs containing data related to this event. The following GridDataBindEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| DataView | A reference to the DataView containing the data for the current table. |
| TableName | The name of the currently selected table in the table editor. The DataView that holds the data for this table is available in the property. |
TableEditor Class | DVXP.DXTableEditor Namespace