DVXP TEdit.NET 3.0

TableEditor.GridDataBind Event

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.

[Visual Basic]
Public Event GridDataBind As GridDataBindEventHandler
[C#]
public event GridDataBindEventHandler GridDataBind;

Event Data

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.

PropertyDescription
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.

See Also

TableEditor Class | DVXP.DXTableEditor Namespace