APNSoft Controls [4.5.2.20] - API Reference
DataGridEventArgs Members

DataGridEventArgs overview

Public Instance Constructors

DataGridEventArgs Constructor Initializes a new instance of the DataGridEventArgs class.

Public Instance Properties

CellValue Gets the cell value when the event is raised.
EditFormFields Gets a Hashtable object that represents fields in the Edit Form.
ExportBytes Gets or sets a sequence of bytes for the response.
ExportContentType Gets or sets the content type for the response.
ExportData Gets or sets the data to export when the event is raised.
ExportFileName Gets or sets the name of the file that is the data to export.
ExportShowHeader Gets or sets a value indicating whether the header row is displayed in the data to export.
GridColumn Gets the referenced column in the DataGrid control when the event is raised.
GridRow Gets the referenced row in the DataGrid control when the event is raised.
GridRowKeyValue Gets or sets a value of the key field in selected record. This property is commonly used in a handler for an event, such as InsertCommand or UpdateCommand, to set a new key value for the selected record. It helps component to highlight appropriate row after INSERT/UPDATE.
PageNumber Gets the page number when the event is raised.
Parameter Gets or sets a value of parameter when the event is raised.

See Also

DataGridEventArgs Class | APNSoft.WebControls Namespace